Revision d8069342
Added by Andreas Kohlbecker over 2 years ago
modules/cdm_dataportal/includes/taxon-node.inc | ||
---|---|---|
72 | 72 |
$status_markup[] = sprintf($tokes['status'], ''); |
73 | 73 |
} |
74 | 74 |
} |
75 |
$render_array['taxon-node-status'] = markup_to_render_array($label . ': ' . join('; ', $status_markup) . cdm_footnotes(RenderHints::getFootnoteListKey()));
|
|
75 |
$render_array['taxon-node-status'] = markup_to_render_array($label . ': ' . join('; ', $status_markup) . render_footnotes(RenderHints::getFootnoteListKey()));
|
|
76 | 76 |
$render_array['taxon-node-status']['#prefix'] = '<div class="taxon-node-status">'; |
77 | 77 |
$render_array['taxon-node-status']['#suffix'] = '</div>'; |
78 | 78 |
} |
Also available in: Unified diff
ref #8543 further harmonizing footnote functions