Project

General

Profile

« Previous | Next » 

Revision 28c5c87a

Added by Andreas Kohlbecker over 9 years ago

refactoring the feature node blocks - 1

View differences:

7.x/modules/cdm_dataportal/theme/theme_registry.inc
75 75

  
76 76
      // Themes in cdm_dataportal.descriptions.theme.
77 77
      'cdm_feature_name' => array('variables' => array('feature_name' => NULL)),
78
      'cdm_feature_nodes' => array('variables' => array('mergedFeatureNodes' => NULL, 'taxon' => NULL)),
79 78
      'FeatureTree_hierarchy' => array('variables' => array('FeatureTreeUuid' => NULL)),
80 79
      'FeatureTree_hierarchy_children' => array('variables' => array('node' => NULL)),
81
      'cdm_descriptionElementArray' => array('variables' => array(
80
      'cdm_feature_block_elements' => array('variables' => array(
82 81
          'elementArray' => array(),
83 82
          'feature' => NULL,
84 83
          'glue' => '',
85 84
          'sortArray' => FALSE,
86 85
          'enclosingHtml' => 'ul',
87 86
      )),
88
      'cdm_descriptionElement_CommonTaxonName' => array('render element' => 'element'),
89 87
      'cdm_descriptionElement_CategoricalData' => array('render element' => 'element'),
90 88
      'cdm_descriptionElement_IndividualsAssociation' => array('render element' => 'element'),
91 89
      'cdm_descriptionElement_TaxonInteraction' => array('render element' => 'element'),
......
95 93
          'asListElement' => NULL,
96 94
          'feature_uuid' => NULL,
97 95
      )),
98
      'cdm_common_names' => array('render element' => 'elements'),
96
      'cdm_common_names' => array('render element' => 'elements', 'variables' => array('feature' => null) ),
99 97
      'cdm_descriptionElements' => array('variables' => array(
100 98
          'descriptionElements' => NULL,
101 99
          'feature' => NULL,

Also available in: Unified diff