Revision 7a2a14b3
Added by Andreas Kohlbecker over 9 years ago
7.x/modules/cdm_dataportal/theme/cdm_dataportal.taxon.theme | ||
---|---|---|
581 | 581 |
$out = ''; |
582 | 582 |
$gallery_settings = getGallerySettings(CDM_DATAPORTAL_SEARCH_GALLERY_NAME); |
583 | 583 |
$showCaption = $gallery_settings['cdm_dataportal_show_thumbnail_captions']; |
584 |
$captionElements = ''; |
|
585 | 584 |
if ($showCaption) { |
586 | 585 |
$captionElements = array( |
587 | 586 |
'title', |
588 | 587 |
'rights', |
589 | 588 |
); |
589 |
} else { |
|
590 |
$captionElements = array(); |
|
590 | 591 |
} |
591 | 592 |
|
592 | 593 |
$gallery_name = $taxon->uuid; |
Also available in: Unified diff
fixing #3217 (specimens: rename label type into 'Basis of record') and solving a lot of problems like recursive page loading du to a bug in ahah-content.js and type in cdm service call, ...