You are here

views-slideshow-slide-counter.tpl.php in Views Slideshow 6.3

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

File

theme/views-slideshow-slide-counter.tpl.php
View source
<div <?php

print drupal_attributes($attributes);
?>>
  <span class="num">1</span> <?php

print t('of');
?> <span class="total"><?php

print count($rows);
?></span>
</div>