You are here

views-slideshow-xtra-text.tpl.php in Views Slideshow Xtra 6.3

Template to display a Views Slideshow Xtra text element.

File

theme/views-slideshow-xtra-text.tpl.php
View source
<?php

/**
 * @file
 * Template to display a Views Slideshow Xtra text element.
 *
 * @ingroup themeable
 */
?>

<div<?php

print drupal_attributes($attributes);
?>>
  <?php

print $text;
?>
</div>