array( 'variables' => array('view' => NULL, 'settings' => array(), 'rows' => array(), 'title' => ''), 'template' => 'theme/views-slideshow-cycle', 'file' => 'theme/views_slideshow_cycle.theme.inc', ), 'views_slideshow_cycle_main_frame' => array( 'variables' => array('vss_id' => NULL, 'view' => NULL, 'settings' => NULL, 'rows' => NULL), 'template' => 'theme/views-slideshow-cycle-main-frame', 'file' => 'theme/views_slideshow_cycle.theme.inc', ), 'views_slideshow_cycle_main_frame_row' => array( 'variables' => array('vss_id' => NULL, 'items' => NULL, 'count' => NULL), 'template' => 'theme/views-slideshow-cycle-main-frame-row', 'file' => 'theme/views_slideshow_cycle.theme.inc', ), 'views_slideshow_cycle_main_frame_row_item' => array( 'variables' => array('item' => NULL, 'item_count' => NULL), 'template' => 'theme/views-slideshow-cycle-main-frame-row-item', 'file' => 'theme/views_slideshow_cycle.theme.inc', ), ); } /** * Implements hook_help(). */ function views_slideshow_cycle_help($path, $arg) { switch ($path) { case 'admin/help#views_slideshow_cycle': if (module_exists('advanced_help')) { $output = '
' . l('Click here to view the documentation for Views Slideshow Cycle.', 'admin/advanced_help/views_slideshow_cycle') . '
'; } else { $output = '' . t('Views Slideshow Cycle help can be found by installing and enabling the !advanced_help', array('!advanced_help' => l('Advanced Help module', 'http://drupal.org/project/advanced_help'))) . '
'; } return $output; } } function views_slideshow_cycle_views_slideshow_js_method_register() { return array( 'viewsSlideshowCycle', ); }