views-slideshow-singleframe.tpl.php in Views Slideshow 6
Same filename and directory in other branches
Views Slideshow: Single Frame
File
contrib/views_slideshow_singleframe/views-slideshow-singleframe.tpl.phpView source
<?php
/**
* @file
* Views Slideshow: Single Frame
*/
// these are hidden elements, used to cycle through the main div
$hidden_elements = theme('views_slideshow_no_display_section', $view, $rows, $id, $options['mode'], $teaser);
print theme('views_slideshow_main_section', $id, $hidden_elements);