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

index.tpl « UserCountry « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c6cf0bf0dad405b080ad38e8bf4a8e0acdf33821 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{postEvent name="template_headerUserCountry"}

<script type="text/javascript" src="plugins/Home/templates/sparkline.js"></script>

<h2>{'UserCountry_Country'|translate}</h2>
{$dataTableCountry}

<h2>{'UserCountry_Continent'|translate}</h2>
{$dataTableContinent}

<p><img class="sparkline" src="{$urlSparklineCountries}" /> <span>
{'UserCountry_DistinctCountries'|translate:"<strong>$numberDistinctCountries</strong>"} </span></p>	

{postEvent name="template_footerUserCountry"}