You are here

function template_preprocess_views_slideshow_controls_text_next in Views Slideshow 8.3

Same name and namespace in other branches
  1. 8.4 views_slideshow.theme.inc \template_preprocess_views_slideshow_controls_text_next()
  2. 6.3 views_slideshow.module \template_preprocess_views_slideshow_controls_text_next()
  3. 7.3 theme/views_slideshow.theme.inc \template_preprocess_views_slideshow_controls_text_next()

Views Slideshow: "next" control.

File

./views_slideshow.theme.inc, line 365
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';
}