Projet

Général

Profil

Paste
Télécharger (227 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / views_slideshow / theme / views-slideshow-slide-counter.tpl.php @ 6eb8d15f

1
<div id="views_slideshow_slide_counter_<?php print $variables['vss_id']; ?>" class="<?php print $classes; ?>">
2
  <span class="num">1</span> <?php print t('of'); ?> <span class="total"><?php print count($rows); ?></span>
3
</div>