Project

General

Profile

« Previous | Next » 

Revision 15b7c460

Added by Andreas Kohlbecker about 11 years ago

Foonotes and typedesignations of the accepted taxon will also and only be rendered in the homotypic synonymy group even if the group is empty

View differences:

7.x/modules/cdm_dataportal/theme/cdm_dataportal.common.theme
523 523
  //
524 524
  // Add a setting for the path to cdm_dataportal module, used to find the path
525 525
  // for the loading animation image in thickbox.
526
  drupal_add_js(array('cdm_dataportal' => array(
527
  'cdm_dataportal_path' => drupal_get_path('module', 'cdm_dataportal'),
528
  )), 'setting');
526
  drupal_add_js(array(
527
  			'cdm_dataportal' => array(
528
  				'cdm_dataportal_path' => base_path() . drupal_get_path('module', 'cdm_dataportal'),
529
  			)
530
  		),
531
  		'setting'
532
  	);
529 533
  drupal_add_js(drupal_get_path('module', 'cdm_dataportal') . '/js/thickbox/thickbox.js');
530 534
  drupal_add_css(drupal_get_path('module', 'cdm_dataportal') . '/js/thickbox/cdm_thickbox.css');
531 535
}

Also available in: Unified diff