Explorar el Código

Added feature_featurepos template

spficklin hace 12 años
padre
commit
388824ca96
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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',