You are here

function template_preprocess_flickity_item in Flickity Carousel 3.0.x

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

Template preprocess Flickity item variables.

File

theme/flickity.theme.inc, line 54
flickity.theme.inc

Code

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