Browse Source

Removed taxonomy menu item

Stephen Ficklin 7 years ago
parent
commit
b9b93c0406
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tripal_chado/tripal_chado.module

+ 2 - 2
tripal_chado/tripal_chado.module

@@ -744,7 +744,7 @@ function tripal_chado_menu() {
   //////////////////////////////////////////////////////////////////////////////
   //                           Phylogeny
   //////////////////////////////////////////////////////////////////////////////
-  $items['taxonomy'] = array(
+/*   $items['taxonomy'] = array(
     'title' => 'Taxonomy',
     'description' => 'Taxonomic view of the species available on this site.',
     'page callback' => 'tripal_phylogeny_taxonomy_view',
@@ -753,7 +753,7 @@ function tripal_chado_menu() {
     'type' => MENU_NORMAL_ITEM,
     'file' =>  'includes/tripal_chado.taxonomy.inc',
     'file path' => drupal_get_path('module', 'tripal_chado'),
-  );
+  ); */
 
   // create a route for viewing json of all phylonodes having this phylotree_id
   $items['phylotree/%'] = array(