ソースを参照

Fixed the stock_nd_genotype template and removed the stock_gelocation template

spficklin 12 年 前
コミット
8a6b0f5dfc
1 ファイル変更0 行追加7 行削除
  1. 0 7
      tripal_natural_diversity/tripal_natural_diversity.module

+ 0 - 7
tripal_natural_diversity/tripal_natural_diversity.module

@@ -48,10 +48,6 @@ function tripal_natural_diversity_theme() {
       'arguments' => array('node' => NULL),
       'template' => 'tripal_stock_nd_phenotypes',
     ),
-    'tripal_stock_nd_locations' => array(
-      'arguments' => array('node' => NULL),
-      'template' => 'tripal_stock_nd_locations',
-    ),
   );
 }
 
@@ -83,9 +79,6 @@ function tripal_natural_diversity_nodeapi(&$node, $op, $teaser, $page){
         $node->content['tripal_stock_nd_phenotypes'] = array(
            '#value' => theme('tripal_stock_nd_phenotypes', $node),
         );
-        $node->content['tripal_stock_nd_locations'] = array(
-           '#value' => theme('tripal_stock_nd_locations', $node),
-        );
       }
       break;
   }