1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-22 06:57:53 +00:00
Files
matomo/plugins/ImageGraph/templates/index.twig

6 خطوط
148 B
Twig

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