Project

General

Profile

« Previous | Next » 

Revision 9781aceb

Added by Andreas Kohlbecker almost 14 years ago

refactoring footnote system

View differences:

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