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.taxon.theme
126 126
	$out .= '</ul>';
127 127

  
128 128
	//$out .= theme('cdm_footnotes', $footnoteListKey, 'div');
129
	$test = theme('cdm_footnotes', $footnoteListKey, 'div');
130
	
131
	$out .= $test;
129
	$tr_footnotes = theme('cdm_footnotes', $footnoteListKey, 'div');
130
	$tr_footnotes_exploded = explode('sensu', $tr_footnotes);
131
	$tr_footnotes_aux = '';
132
	foreach ($tr_footnotes_exploded as $element){
133
		$tr_footnotes_aux .= $element; 
134
	}
135
	$out .= $tr_footnotes_aux;
132 136
	
133 137
	RenderHints::popFromRenderStack();
134 138
	return $out;

Also available in: Unified diff