You are here

function _views_slideshow_cycle_preprocess_views_slideshow_cycle_main_frame_row in Views Slideshow 7.3

Same name and namespace in other branches
  1. 6.3 contrib/views_slideshow_cycle/theme/views_slideshow_cycle.theme.inc \_views_slideshow_cycle_preprocess_views_slideshow_cycle_main_frame_row()

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_cycle_main_frame_row().

Related topics

File

contrib/views_slideshow_cycle/theme/views_slideshow_cycle.theme.inc, line 331
Theme & preprocess functions for the Views Slideshow: cycle module.

Code

function _views_slideshow_cycle_preprocess_views_slideshow_cycle_main_frame_row(&$vars) {
  template_preprocess_views_slideshow_cycle_main_frame_row($vars);
}