You are here

function template_preprocess_jquery_carousel in jQuery carousel 7

Template preprocessor for jquery carousel views style plugin.

File

./jquery_carousel.module, line 213
Provide jquery carousel style plugin for views.

Code

function template_preprocess_jquery_carousel(&$vars) {
  _jquery_carousel_preprocess_jquery_carousel($vars);
}