You are here

views-slideshow-jcarousel-pager-item.tpl.php in Views Slideshow JCarousel 7.2

File

theme/views-slideshow-jcarousel-pager-item.tpl.php
View source
<?php

// this is a pager item - as in the whole pager element with all its things inside it.
?>
<div <?php

print $attributes;
?>>
  <?php

print $item;
?>
</div>