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/includes/pages.inc
532 532

  
533 533

  
534 534
  // Render the sections for each feature
535
  $render_array['taxon_description_features'] = markup_to_render_array(
536
      theme(
537
          'cdm_feature_nodes',
538
          array('mergedFeatureNodes' => $merged_tree->root->childNodes, 'taxon' => $taxon)
539
      )
540
  );
535
  $render_array['taxon_description_features'] = compose_cdm_feature_nodes($merged_tree->root->childNodes, $taxon);
541 536

  
542 537
  $toc = array(
543 538
    '#theme' => 'item_list',

Also available in: Unified diff