Disabling the 'dashboard' path from storm routing
This commit is contained in:
parent
7baa51d5a8
commit
955390e3ec
1 changed files with 2 additions and 2 deletions
|
@ -1194,7 +1194,7 @@ function storm_storm_dashboard_links($type) {
|
|||
* @return array
|
||||
*/
|
||||
function storm_storm_dashboard_types() {
|
||||
return array(
|
||||
return array( /*
|
||||
'page' => array(
|
||||
// URL: menu path which should be used, if omitted no menu item will be created
|
||||
'url' => 'dashboard',
|
||||
|
@ -1210,7 +1210,7 @@ function storm_storm_dashboard_types() {
|
|||
'title' => t('SuiteDesk'),
|
||||
'description' => t('SuiteDesk dashboard'),
|
||||
),
|
||||
),
|
||||
), */
|
||||
'block' => array(
|
||||
'title' => 'Dashboard block',
|
||||
'description' => t('You can disable or reorder the links from the dashboard !block here', array('!block' => l(t('block'), 'admin/build/block'))),
|
||||
|
|
Reference in a new issue