Project

General

Profile

« Previous | Next » 

Revision 330c9553

Added by Andreas Kohlbecker about 13 years ago

fixing status rendering

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.page.theme
156 156
  	}
157 157

  
158 158
  	// get the image gallery as configured by the admin
159
  	$taxon_image_gallery = call_user_func_array(
160
	    'taxon_image_gallery_' . variable_get('image_gallery_viewer', 'default'),
159
  	$taxon_image_gallery = call_user_func_array( 'taxon_image_gallery_' . variable_get('image_gallery_viewer', 'default'),
161 160
  	array($taxon, $media));
162 161
  	$out .= $taxon_image_gallery;
163 162

  

Also available in: Unified diff