Browse Source

Added feature phenotype template

spficklin 11 năm trước cách đây
mục cha
commit
8c6bc34363
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      tripal_feature/tripal_feature.module

+ 4 - 0
tripal_feature/tripal_feature.module

@@ -350,6 +350,10 @@ function tripal_feature_theme() {
        'arguments' => array('node' => NULL),
        'template' => 'tripal_feature_synonyms',
     ),
+    'tripal_feature_phenotypes' => array(
+       'arguments' => array('node' => NULL),
+       'template' => 'tripal_feature_phenotypes',
+    ),
     'tripal_feature_featureloc_sequences' => array(
        'arguments' => array('node' => NULL),
        'template' => 'tripal_feature_featureloc_sequences',