You are here

function template_preprocess_views_slideshow_xtra_image in Views Slideshow Xtra 6.3

Same name and namespace in other branches
  1. 7.3 theme/views_slideshow_xtra.theme.inc \template_preprocess_views_slideshow_xtra_image()
  2. 7.2 theme/views_slideshow_xtra.theme.inc \template_preprocess_views_slideshow_xtra_image()

File

./views_slideshow_xtra.module, line 155
This module creates a Views Slideshow widget for overlaying HTML elements on a slideshow.

Code

function template_preprocess_views_slideshow_xtra_image(&$vars) {
  _views_slideshow_xtra_preprocess_image($vars);
}