Project

General

Profile

« Previous | Next » 

Revision afc363df

Added by Andreas Kohlbecker over 11 years ago

fixing #2519 (Make DescriptionElement Media visible in Data Portal)

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.page.theme
283 283
          $captionElements = array('#uri'=>t('open media'));
284 284
          $gallery_html = theme(
285 285
              'cdm_media_gallerie',
286
          $mediaList,
287
          $gallery_name ,
288
          $gallery_settings['cdm_dataportal_media_maxextend'],
289
          $gallery_settings['cdm_dataportal_media_cols'],
290
          $gallery_settings['cdm_dataportal_media_maxRows'],
291
          $captionElements, 'LIGHTBOX', null, null);
286
              $mediaList,
287
              $gallery_name ,
288
              $gallery_settings['cdm_dataportal_media_maxextend'],
289
              $gallery_settings['cdm_dataportal_media_cols'],
290
              $gallery_settings['cdm_dataportal_media_maxRows'],
291
              $captionElements, 'LIGHTBOX', null, null);
292 292
        } else {
293 293
          $gallery_html = '';
294 294
        }

Also available in: Unified diff