function template_preprocess_nivo_slider_wrapper in Nivo Slider 7
Same name and namespace in other branches
- 8 templates/theme.inc \template_preprocess_nivo_slider_wrapper()
 
Implements template_preprocess_hook().
File
- themes/
nivo_slider.theme.inc, line 96  - Theme and preprocess functions for Nivo Slider.
 
Code
function template_preprocess_nivo_slider_wrapper(&$variables) {
  $variables['theme'] = variable_get('nivo_slider_theme', 'default');
  $variables['banners'] = nivo_slider_slider();
  $variables['html_captions'] = variable_get('nivo_slider_banner_html_captions', '');
}