You are here

views-jqfx.tpl.php in Views jQFX 7

Default views template.

  • $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-jqfx.tpl.php
View source
<?php

/**
 * @file
 * Default views template.
 *
 * - $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 $jqfx;