function template_preprocess_slick_vanilla in Slick Carousel 8.2
Same name and namespace in other branches
- 8 templates/slick.theme.inc \template_preprocess_slick_vanilla()
Prepares variables for slick-vanilla.html.twig templates.
File
- templates/
slick.theme.inc, line 145 - Hooks and preprocess functions for the Slick module.
Code
function template_preprocess_slick_vanilla(&$variables) {
_slick_preprocess_slick_item($variables);
}