function jquery_carousel_theme in jQuery carousel 7
Same name and namespace in other branches
- 8 jquery_carousel.module \jquery_carousel_theme()
Implements hook_theme().
File
- ./
jquery_carousel.module, line 172 - Provide jquery carousel style plugin for views.
Code
function jquery_carousel_theme() {
return array(
'jquery_carousel_field_formatter' => array(
'element' => array(),
'display' => '',
'settings' => array(),
),
);
}