site-accueil-insa/matomo/plugins/ImageGraph/templates/index.twig

6 lines
No EOL
148 B
Twig

{% for plot in titleAndUrls %}
<h2>{{ plot.0 }}</h2>
<a href='{{ plot.1 }}'>
<img border=0 src="{{ plot.1 }}">
</a>
{% endfor %}