Project

General

Profile

« Previous | Next » 

Revision c2c6e29f

Added by Francisco Revilla over 13 years ago

fixing Ticket #1997

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.common.theme
188 188
}
189 189

  
190 190

  
191
function theme_cdm_footnotes($footnoteListKey, $enclosingTag = 'span'){	
191
function theme_cdm_footnotes($footnoteListKey, $enclosingTag = 'span'){
192 192
	$out = '<'.$enclosingTag.' class="footnotes footnotes-'.$footnoteListKey.' ">' . FootnoteManager::renderFootnoteList($footnoteListKey) . '</'.$enclosingTag.'>';
193 193
	FootnoteManager::removeFootnoteList($footnoteListKey);
194 194
	return $out;

Also available in: Unified diff