Revision 9781aceb
Added by Andreas Kohlbecker over 13 years ago
modules/cdm_dataportal/theme/cdm_dataportal.taxon.theme | ||
---|---|---|
103 | 103 |
ksort($joinedAuthorTeams); |
104 | 104 |
foreach($joinedAuthorTeams as $authorteam=>$sensuCitation){ |
105 | 105 |
$footnoteKey = FootnoteManager::addNewFootnote($footnoteListKey, $sensuCitation); |
106 |
$joinedAuthorTeams[$authorteam] = '<span class="sensu">sensu '.$authorteam. theme('cdm_footnote_key', $footnoteKey, $footnoteListKey).'</span>';
|
|
106 |
$joinedAuthorTeams[$authorteam] = '<span class="sensu">sensu '.$authorteam. theme('cdm_footnote_key', $footnoteKey).'</span>'; |
|
107 | 107 |
} |
108 | 108 |
|
109 | 109 |
// generate output |
Also available in: Unified diff
refactoring footnote system