Browse Source

Cleaned up menu

Stephen Ficklin 8 years ago
parent
commit
4c8dc94351
1 changed files with 0 additions and 17 deletions
  1. 0 17
      tripal_core/tripal_core.module

+ 0 - 17
tripal_core/tripal_core.module

@@ -176,14 +176,6 @@ function tripal_core_menu() {
     'type' => MENU_NORMAL_ITEM,
     'weight' => -10
   );
-  $items['admin/tripal/setup/customize'] = array(
-    'title' => 'Customize Tripal',
-    'description' => t('Information on how to customize tripal'),
-    'page callback' => 'theme',
-    'page arguments' => array('tripal_core_customize'),
-    'access arguments' => array('administer tripal'),
-    'weight' => 10
-  );
 
   // Jobs Management
   $items['admin/tripal/tripal_jobs'] = array(
@@ -194,15 +186,6 @@ function tripal_core_menu() {
     'type' => MENU_NORMAL_ITEM,
     'weight' => -10
   );
-  $items['admin/tripal/tripal_jobs/help'] = array(
-    'title' => 'Help',
-    'description' => t('Help for the tripal job management system'),
-    'page callback' => 'theme',
-    'page arguments' => array('tripal_core_job_help'),
-    'access arguments' => array('administer tripal'),
-    'type' => MENU_LOCAL_TASK,
-    'weight' => 10
-  );
   $items['admin/tripal/tripal_jobs/cancel/%'] = array(
     'title' => 'Jobs',
     'description' => t('Cancel a pending job'),