Projet

Général

Profil

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

root / drupal7 / sites / all / modules / views_slideshow / theme / views-slideshow-pager-field-item.tpl.php @ 99781f3b

1
<?php
2

    
3
/**
4
 * @file
5
 * Views Slideshow: Template for pager field - item.
6
 *
7
 * - $variables: Contains theme variables.
8
 * - $classes: Classes.
9
 * - $count: The current row number.
10
 * - $view: The view the pager is attached to.
11
 * - $vss_id: The id of the slideshow.
12
 *
13
 * @ingroup views_templates
14
 */
15
?>
16
<div id="views_slideshow_pager_field_item_<?php print $variables['location']; ?>_<?php print $vss_id; ?>_<?php print $count; ?>" class="<?php print $classes; ?>" aria-controls="views_slideshow_cycle_div_<?php print $variables['vss_id']; ?>_<?php print $variables['count']; ?>">
17
  <?php print $item; ?>
18
</div>