You are here

function _views_slideshow_cycle_preprocess_views_slideshow_cycle_main_frame_row_item 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_item()

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

Related topics

File

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

Code

function _views_slideshow_cycle_preprocess_views_slideshow_cycle_main_frame_row_item(&$vars) {
  template_preprocess_views_slideshow_cycle_main_frame_row_item($vars);
}