You are here

views-slideshow-controls-text.tpl.php in Views Slideshow 6.3

Same filename and directory in other branches
  1. 7.3 theme/views-slideshow-controls-text.tpl.php

File

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

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

print $rendered_control_previous;
?>
  <?php

print $rendered_control_pause;
?>
  <?php

print $rendered_control_next;
?>
</div>