function template_preprocess_views_slideshow_controls_text_next in Views Slideshow 8.4
Same name and namespace in other branches
- 8.3 views_slideshow.theme.inc \template_preprocess_views_slideshow_controls_text_next()
- 6.3 views_slideshow.module \template_preprocess_views_slideshow_controls_text_next()
- 7.3 theme/views_slideshow.theme.inc \template_preprocess_views_slideshow_controls_text_next()
Views Slideshow: "next" control.
Related topics
File
- ./
views_slideshow.theme.inc, line 385 - The theme system, which controls the output of views slideshow.
Code
function template_preprocess_views_slideshow_controls_text_next(&$vars) {
$vars['attributes']['class'][] = 'views_slideshow_controls_text_next';
}