Remove dashboard as front page, it's changed to be the user page
This commit is contained in:
parent
49a07d9125
commit
16fd7c8dc1
4 changed files with 7 additions and 6 deletions
|
@ -1087,7 +1087,7 @@ function storm_storm_dashboard_links($type) {
|
|||
'theme' => 'storm_dashboard_link',
|
||||
'title' => t('Desktop'),
|
||||
'icon' => 'stormoptions',
|
||||
'path' => '/user',
|
||||
'path' => '/',
|
||||
'access_arguments' => 'access content',
|
||||
'weight' => -10,
|
||||
);
|
||||
|
|
Reference in a new issue