function _views_slideshow_preprocess_views_slideshow in Views Slideshow 7.3
Same name and namespace in other branches
- 6.3 theme/views_slideshow.theme.inc \_views_slideshow_preprocess_views_slideshow()
Backwards compatibility wrapper.
Parameters
array $vars: Theme variables.
Deprecated
Removed in 3.5 when the hook_theme() implementation was fixed.
See also
template_preprocess_views_slideshow().
Related topics
File
- theme/
views_slideshow.theme.inc, line 490 - The theme system, which controls the output of views slideshow.
Code
function _views_slideshow_preprocess_views_slideshow(&$vars) {
template_preprocess_views_slideshow($vars);
}