array( 'arguments' => array('view' => NULL, 'options' => array(), 'rows' => array(), 'title' => ''), 'template' => 'views-slideshow-single-frame', 'file' => 'views_slideshow.theme.inc', ), 'views_slideshow_thumbnail_hover' => array( 'arguments' => array('view' => NULL, 'options' => array(), 'rows' => array(), 'title' => ''), 'template' => 'views-slideshow-thumbnail-hover', 'file' => 'views_slideshow.theme.inc', ), 'views_slideshow_div_js' => array( 'arguments' => array('rows' => NULL, 'options' => NULL, 'id' => NULL), 'file' => 'views_slideshow.theme.inc', ), 'views_slideshow_breakout_teaser_js' => array( 'arguments' => array('id' => NULL, 'count' => NULL), 'file' => 'views_slideshow.theme.inc', ), 'views_slideshow_main_section' => array( 'arguments' => array('id' => NULL, 'hidden_elements' => NULL), 'file' => 'views_slideshow.theme.inc', ), 'views_slideshow_breakout_teaser' => array( 'arguments' => array('item' => NULL, 'id' => NULL, 'count' => NULL), 'file' => 'views_slideshow.theme.inc', ), 'views_slideshow_no_display_section' => array( 'arguments' => array('view' => NULL, 'rows' => NULL, 'id' => NULL, 'mode' => NULL, 'teaser' => TRUE), 'file' => 'views_slideshow.theme.inc', ), 'views_slideshow_no_display_teaser' => array( 'arguments' => array('item' => NULL, 'id' => NULL, 'count' => NULL), 'file' => 'views_slideshow.theme.inc', ), 'views_slideshow_breakout_teasers' => array( 'arguments' => array('items' => NULL, 'id' => NULL), 'file' => 'views_slideshow.theme.inc', ), ); } /** * Implements hook_views_api(). */ function views_slideshow_views_api() { return array( 'api' => 2.0, ); }