views-slideshow-controls-text.tpl.php in Views Slideshow 6.3
Same filename and directory in other branches
File
theme/views-slideshow-controls-text.tpl.phpView source
<div<?php
print drupal_attributes($attributes);
?>>
<?php
print $rendered_control_previous;
?>
<?php
print $rendered_control_pause;
?>
<?php
print $rendered_control_next;
?>
</div>