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