views-slideshow.tpl.php in Views Slideshow 6.2
Same filename and directory in other branches
Default views template for displaying a slideshow.
- $view: The View object.
- $options: Settings for the active style.
- $rows: The rows output from the View.
- $title: The title of this group of rows. May be empty.
File
views-slideshow.tpl.phpView source
<?php
/**
* @file
* Default views template for displaying a slideshow.
*
* - $view: The View object.
* - $options: Settings for the active style.
* - $rows: The rows output from the View.
* - $title: The title of this group of rows. May be empty.
*
* @ingroup views_templates
*/
?>
<?php
print $slideshow;