Revision aa26f9f0
Added by Andreas Kohlbecker over 7 years ago
modules/cdm_dataportal/includes/pages.inc | ||
---|---|---|
729 | 729 |
|
730 | 730 |
|
731 | 731 |
// Render the sections for each feature |
732 |
$render_array['taxon_description_features'] = compose_cdm_feature_nodes($merged_tree->root->childNodes, $taxon);
|
|
732 |
$render_array['taxon_description_features'] = compose_feature_blocks($merged_tree->root->childNodes, $taxon);
|
|
733 | 733 |
|
734 | 734 |
$bibliography_settings = get_bibliography_settings(); |
735 | 735 |
if($bibliography_settings['enabled'] == 1){ |
Also available in: Unified diff
restructuring description element code