function template_process_slick_wrapper in Slick Carousel 7.3
Process variables for theme_slick_wrapper(), or slick-wrapper.tpl.php.
File
- templates/
slick.theme.inc, line 107 - Hooks and preprocess functions for the Slick module.
Code
function template_process_slick_wrapper(&$variables) {
_slick_process_attributes($variables);
}