Browse Source

Added feature_featurepos template

spficklin 12 years ago
parent
commit
388824ca96
1 changed files with 4 additions and 0 deletions
  1. 4 0
      tripal_feature/tripal_feature.module

+ 4 - 0
tripal_feature/tripal_feature.module

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