Remove dashboard as front page, it's changed to be the user page

This commit is contained in:
Manuel Cillero 2017-07-28 21:55:52 +02:00
parent 49a07d9125
commit 16fd7c8dc1
4 changed files with 7 additions and 6 deletions

View file

@ -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,
);