Same name and namespace in other branches
  1. 5.0.x views_slideshow.module \views_slideshow_theme() 1 comment
  2. 7.x-3.x views_slideshow.module \views_slideshow_theme() 1 comment
  3. 8.x-4.x views_slideshow.module \views_slideshow_theme() 1 comment

Implements hook_theme().

File

./views_slideshow.module, line 11

Code

function views_slideshow_theme() {
    return array(
        'views_slideshow_main_section' => array(
            'variables' => array(
                'vss_id' => NULL,
                'slides' => NULL,
                'plugin' => NULL,
            ),
            'file' => 'views_slideshow.theme.inc',
        ),
        'views_slideshow_pager_widget_render' => array(
            'variables' => array(
                'vss_id' => NULL,
                'view' => NULL,
                'settings' => array(),
                'location' => NULL,
                'rows' => array(),
            ),
            'file' => 'views_slideshow.theme.inc',
            
            //'pattern' => 'views_slideshow_pager_widget_render__',
'function' => 'template_preprocess_views_slideshow_pager_widget_render',
        ),
        'views_slideshow_pager_fields' => array(
            'variables' => array(
                'vss_id' => NULL,
                'view' => NULL,
                'settings' => array(),
                'location' => NULL,
                'attributes' => array(),
            ),
            'file' => 'views_slideshow.theme.inc',
        ),
        'views_slideshow_pager_field_field' => array(
            'variables' => array(
                'view' => NULL,
                'css_identifier' => NULL,
                'label' => NULL,
                'output' => NULL,
            ),
            'file' => 'views_slideshow.theme.inc',
        ),
        'views_slideshow_pager_field_item' => array(
            'variables' => array(
                'vss_id' => NULL,
                'item' => NULL,
                'count' => NULL,
                'location' => NULL,
                'length' => NULL,
            ),
        ),
        'views_slideshow_controls_widget_render' => array(
            'variables' => array(
                'vss_id' => NULL,
                'view' => NULL,
                'settings' => array(),
                'location' => NULL,
                'rows' => array(),
            ),
            'file' => 'views_slideshow.theme.inc',
            
            //'pattern' => 'views_slideshow_controls_widget_render__',
'function' => 'template_preprocess_views_slideshow_controls_widget_render',
        ),
        'views_slideshow_controls_text' => array(
            'variables' => array(
                'vss_id' => NULL,
                'view' => NULL,
                'settings' => array(),
                'location' => NULL,
                'rows' => array(),
            ),
            
            //'pattern' => 'views_slideshow_controls_text__',
'file' => 'views_slideshow.theme.inc',
        ),
        'views_slideshow_controls_text_previous' => array(
            'variables' => array(
                'vss_id' => NULL,
                'view' => NULL,
                'settings' => array(),
            ),
            
            //'pattern' => 'views_slideshow_controls_text_previous__',
'file' => 'views_slideshow.theme.inc',
        ),
        'views_slideshow_controls_text_pause' => array(
            'variables' => array(
                'vss_id' => NULL,
                'view' => NULL,
                'settings' => array(),
            ),
            
            //'pattern' => 'views_slideshow_controls_text_pause__',
'file' => 'views_slideshow.theme.inc',
        ),
        'views_slideshow_controls_text_next' => array(
            'variables' => array(
                'vss_id' => NULL,
                'view' => NULL,
                'settings' => array(),
            ),
            
            //'pattern' => 'views_slideshow_controls_text_next__',
'file' => 'views_slideshow.theme.inc',
        ),
        'views_slideshow_slide_counter_widget_render' => array(
            'variables' => array(
                'vss_id' => NULL,
                'view' => NULL,
                'settings' => array(),
                'location' => NULL,
                'rows' => array(),
            ),
            'file' => 'views_slideshow.theme.inc',
            
            //'pattern' => 'views_slideshow_counter_widget_render__',
'function' => 'template_preprocess_views_slideshow_slide_counter_widget_render',
        ),
        'views_slideshow_slide_counter' => array(
            'variables' => array(
                'vss_id' => NULL,
                'view' => NULL,
                'settings' => array(),
                'location' => NULL,
                'rows' => array(),
            ),
            
            //'pattern' => 'views_slideshow_slide_counter__',
'file' => 'views_slideshow.theme.inc',
        ),
    );
}