You are here

function template_process_slick_slide in Slick Carousel 7.3

Process variables for theme_slick_slide() or slick-slide.tpl.php.

File

templates/slick.theme.inc, line 473
Hooks and preprocess functions for the Slick module.

Code

function template_process_slick_slide(&$variables) {
  _slick_process_attributes($variables);
  $variables['caption_attributes'] = empty($variables['caption_attributes_array']) ? '' : drupal_attributes($variables['caption_attributes_array']);
}