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.page.theme
226 226
		$special_annotations_array[] = $taxon->name;
227 227
		$special_annotations_array[] = $taxon;
228 228
		$out .= theme('cdm_annotations_as_footnotekeys',
229
		$special_annotations_array,
230
		RenderHints::getRenderPath() . '-annotations');
231
		RenderHints::setFootnoteListKey(RenderHints::getRenderPath() . '-annotations');
229
		              $special_annotations_array,
230
		              RenderHints::getRenderPath() . '-annotations');
231
		              RenderHints::setFootnoteListKey(RenderHints::getRenderPath() . '-annotations');
232 232
	}
233 233

  
234 234
	//if($addAcceptedTaxon && !isset($synomymie->homotypicSynonymsByHomotypicGroup[0])){
235
	if(!isset($synomymie->homotypicSynonymsByHomotypicGroup[0])){	
235
	if(!isset($synomymie->homotypicSynonymsByHomotypicGroup[0])){
236 236
		// display the type information for the added taxon
237 237
		$typeDesignations = cdm_ws_get(CDM_WS_PORTAL_TAXON_NAMETYPEDESIGNATIONS, $taxon->uuid);
238 238
		if($typeDesignations){

Also available in: Unified diff