Projet

Général

Profil

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

root / drupal7 / sites / all / modules / views_slideshow / theme / views-slideshow-controls-text-pause.tpl.php @ c73bc8d8

1
<?php
2

    
3
/**
4
 * @file
5
 * Views Slideshow: Template for text control - pause/start.
6
 *
7
 * - $variables: Contains theme variables.
8
 * - $classes: Text control classes.
9
 * - $start_text: Start/Pause control text.
10
 *
11
 * @ingroup vss_templates
12
 */
13
?>
14
<span id="views_slideshow_controls_text_pause_<?php print $variables['vss_id']; ?>" class="<?php print $classes; ?>"><a href="#"><?php print $start_text; ?></a></span>