Mercurial > hg > isophonics-drupal-site
annotate modules/contrib/views_slideshow/templates/views-slideshow-pager-bullets.html.twig @ 15:e200cb7efeb3
Update Drupal core to 8.5.3 via Composer
author | Chris Cannam |
---|---|
date | Thu, 26 Apr 2018 11:26:54 +0100 |
parents | c69a71b4f40f |
children |
rev | line source |
---|---|
Chris@5 | 1 {# |
Chris@5 | 2 /** |
Chris@5 | 3 * @file |
Chris@5 | 4 * Default theme implementation for a views slideshow bullets pager. |
Chris@5 | 5 * |
Chris@5 | 6 * Available variables: |
Chris@5 | 7 * - bullet_items: Renderable array of pager items |
Chris@5 | 8 * |
Chris@5 | 9 * @ingroup vss_templates |
Chris@5 | 10 */ |
Chris@5 | 11 #} |
Chris@5 | 12 |
Chris@5 | 13 {{ bullet_items }} |