From 955390e3ecc5723ac3150dceb4ab5ac13554e03d Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Mon, 7 Aug 2017 23:37:17 +0200 Subject: [PATCH] Disabling the 'dashboard' path from storm routing --- sites/all/modules/storm/storm.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sites/all/modules/storm/storm.module b/sites/all/modules/storm/storm.module index d518d7c..6b54818 100644 --- a/sites/all/modules/storm/storm.module +++ b/sites/all/modules/storm/storm.module @@ -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'))),