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

index.twig « templates « VisitsSummary « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d90e1bbd9c9597b092b029fff7cbad11f281dd73 (plain)
1
2
3
4
5
6
7
8
9
{# This graphId must be unique for this report #}
<h2 piwik-enriched-headline
    data-graph-id="VisitsSummary.getEvolutionGraph"
        >{{ 'General_EvolutionOverPeriod'|translate }}</h2>

{{ graphEvolutionVisitsSummary|raw }}

<h2 class="visitsSummaryReportTitle">{{ 'General_Report'|translate }}</h2>
{% include "@VisitsSummary/_sparklines.twig" %}