You are here

function template_preprocess_views_slideshow_xtra_text 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_text()
  2. 7 theme/views_slideshow_xtra.theme.inc \template_preprocess_views_slideshow_xtra_text()
  3. 7.2 theme/views_slideshow_xtra.theme.inc \template_preprocess_views_slideshow_xtra_text()

File

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

Code

function template_preprocess_views_slideshow_xtra_text(&$vars) {
  _views_slideshow_xtra_preprocess_text($vars);
}