Revision 7afb5232
Added by Andreas Kohlbecker almost 7 years ago
themes/garland_cichorieae/template.php | ||
---|---|---|
74 | 74 |
* Returns HTML for taxon list thumbnails. |
75 | 75 |
* |
76 | 76 |
* Theme specific mods: |
77 |
* $captionElements = array('title', '#uri'=>t('open Image'));
|
|
77 |
* $captionElements = array('title', '#uri'=>t('Open image'));
|
|
78 | 78 |
* $mediaLinkType: |
79 | 79 |
* "NORMAL": link to the image page or to the $alternativeMediaUri if it is |
80 | 80 |
* defined instead of |
... | ... | |
98 | 98 |
$showCaption = $gallery_settings['cdm_dataportal_show_thumbnail_captions']; |
99 | 99 |
$captionElements = array(); |
100 | 100 |
if ($showCaption) { |
101 |
$captionElements = array('title', '#uri' => t('open Image'));
|
|
101 |
$captionElements = array('title', '#uri' => t('Open image'));
|
|
102 | 102 |
} |
103 | 103 |
|
104 | 104 |
$gallery_name = $taxon->uuid; |
Also available in: Unified diff
fixing case in labels and translation