Mercurial > hg > isophonics-drupal-site
view modules/contrib/views_slideshow/templates/views-slideshow-controls-text-pause.html.twig @ 5:c69a71b4f40f
Add slideshow module
author | Chris Cannam |
---|---|
date | Thu, 07 Dec 2017 14:46:23 +0000 |
parents | |
children |
line wrap: on
line source
{# /** * @file * Default theme implementation for a views slideshow text pause control. * * Available variables: * - classes: Classes to apply to the control. * - start_text: Text to display while playing. * - vss_id: The slideshow's id. * * @see template_preprocess_views_slideshow_controls_text_pause() * * @ingroup vss_templates */ #} <span id="views_slideshow_controls_text_pause_{{ vss_id }}" {{ attributes.addClass(classes) }}> <a href="#">{{ start_text }}</a> </span>