You are here

function template_preprocess_flickity_wrapper in Flickity Carousel 3.0.x

Same name and namespace in other branches
  1. 8.2 theme/flickity.theme.inc \template_preprocess_flickity_wrapper()
  2. 8 theme/flickity.theme.inc \template_preprocess_flickity_wrapper()

Template preprocess Flickity wrapper variables.

File

theme/flickity.theme.inc, line 72
flickity.theme.inc

Code

function template_preprocess_flickity_wrapper(&$variables) {
  $variables['attributes'] = new Attribute($variables['attributes']);
}