Revision c714960c
Added by Andreas Kohlbecker about 5 years ago
modules/cdm_dataportal/includes/taxon.inc | ||
---|---|---|
130 | 130 |
drupal_set_message("Problem fetching sensu reference with uuid " . $sensu_uuid, 'error'); |
131 | 131 |
} |
132 | 132 |
if($sensu_strings['order_by_key'] != $sensu_reference->titleCache){ |
133 |
$footnote_key = FootnoteManager::addNewFootnote($footnote_list_key, $sensu_reference->titleCache); |
|
133 |
$sensu_reference_markup = theme('cdm_reference', array( |
|
134 |
'reference' => $sensu_reference, |
|
135 |
'microReference' => NULL, |
|
136 |
'doLink' => false, |
|
137 |
)); |
|
138 |
$footnote_key = FootnoteManager::addNewFootnote($footnote_list_key, $sensu_reference_markup); |
|
134 | 139 |
$footnote_key = theme('cdm_footnote_key', array('footnoteKey' => $footnote_key)); |
135 | 140 |
$joined_refs[$ref_key]['markup'] = '<span class="sensu">' . $sensu_strings['markup'] . $footnote_key . '</span>'; |
136 | 141 |
} |
Also available in: Unified diff
fix #7778 display of doi and other identifiers in taxon relations section