Project

General

Profile

« Previous | Next » 

Revision 12196fd5

Added by Francisco Revilla over 13 years ago

type designations with footnotes

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.common.theme
188 188
function theme_cdm_footnotes($footnoteListKey, $enclosingTag = 'span'){
189 189
	
190 190
	$out = '<'.$enclosingTag.' class="footnotes footnotes-'.$footnoteListKey.' ">' . FootnoteManager::renderFootnoteList($footnoteListKey) . '</'.$enclosingTag.'>';
191
	FootnoteManager::removeFootnoteList($footnoteListKey);
191 192
	return $out;
192 193
}
193 194

  

Also available in: Unified diff