function template_preprocess_flickity_wrapper in Flickity Carousel 8.2
Same name and namespace in other branches
- 8 theme/flickity.theme.inc \template_preprocess_flickity_wrapper()
- 3.0.x theme/flickity.theme.inc \template_preprocess_flickity_wrapper()
Template preprocess Flickity wrapper variables.
File
- theme/
flickity.theme.inc, line 96 - flickity.theme.inc
Code
function template_preprocess_flickity_wrapper(&$variables) {
$variables['attributes'] = new Attribute($variables['attributes']);
}