Project

General

Profile

« Previous | Next » 

Revision 0c7d3099

Added by Andreas Kohlbecker over 9 years ago

fixing #4406 (feature block image gallery broken)

View differences:

7.x/modules/cdm_dataportal/theme/cdm_dataportal.descriptions.theme
210 210
        'cols' => $gallery_settings['cdm_dataportal_media_cols'],
211 211
        'captionElements' => $captionElements,
212 212
      ));
213
      return array($media_list, $gallery);
213
      return markup_to_render_array($gallery);
214 214
    }
215
    return array($media_list, $gallery);
215
    return markup_to_render_array($gallery);
216 216
  }
217 217

  
218 218
  /**

Also available in: Unified diff