Revision d8069342
Added by Andreas Kohlbecker over 2 years ago
modules/cdm_dataportal/includes/pages.inc | ||
---|---|---|
722 | 722 |
$special_annotations_array = array(); |
723 | 723 |
$special_annotations_array[] = $taxon->name; |
724 | 724 |
$special_annotations_array[] = $taxon; |
725 |
$accepted_name .= cdm_entities_annotations_as_footnotekeys($special_annotations_array, $synonymy_render_path . FOOTNOTE_KEY_SUFFIX_ANNOTATIONS);
|
|
725 |
$accepted_name .= render_entities_annotations_as_footnote_keys($special_annotations_array, $synonymy_render_path . FOOTNOTE_KEY_SUFFIX_ANNOTATIONS);
|
|
726 | 726 |
$accepted_name .= '</div>'; |
727 | 727 |
RenderHints::popFromRenderStack(); |
728 | 728 |
} |
Also available in: Unified diff
ref #8543 further harmonizing footnote functions