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'))),