You are here

views-slideshow.tpl.php in Views Slideshow 6.2

Same filename and directory in other branches
  1. 6 views-slideshow.tpl.php

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.php
View 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;