Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.tpl « templates « ImageGraph « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f292e8271a45c9743b3affb4d6b539e299067736 (plain)
1
2
3
4
{foreach from=$titleAndUrls item=plot}
	<h2>{$plot.0|escape}</h2>
	<a href='{$plot.1}'><img border=0 src="{$plot.1}"></a>
{/foreach}