Projet

Général

Profil

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

root / drupal7 / sites / all / modules / views_slideshow / theme / views-slideshow-controls-text-next.tpl.php @ 99781f3b

1
<?php
2

    
3
/**
4
 * @file
5
 * Views Slideshow: Template for text control - next.
6
 *
7
 * - $variables: Contains theme variables.
8
 * - $classes: Text control classes.
9
 * - $vss_id: The Views Slideshow unique id.
10
 *
11
 * @ingroup views_templates
12
 */
13
?>
14
<span id="views_slideshow_controls_text_next_<?php print $vss_id; ?>" class="<?php print $classes; ?>">
15
  <a href="#" rel="next"><?php print t('Next'); ?></a>
16
</span>