You are here

function template_preprocess_views_slideshow in Views Slideshow 6.3

Same name and namespace in other branches
  1. 6.2 views_slideshow.module \template_preprocess_views_slideshow()
  2. 7.3 theme/views_slideshow.theme.inc \template_preprocess_views_slideshow()

File

./views_slideshow.module, line 432
Provides Slideshow style options for Views.

Code

function template_preprocess_views_slideshow(&$vars) {
  _views_slideshow_preprocess_views_slideshow($vars);
}