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

indexWebsites.twig « templates « Referrers « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cdfa6efe0184bad664ebc211ec2a94dafd2c4c37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="row">

    <div class="col-md-6">
        <h2 piwik-enriched-headline>{{ 'Referrers_Websites'|translate }}</h2>
        {{ websites|raw }}
    </div>

    <div class="col-md-6">
        <h2 piwik-enriched-headline>{{ 'Referrers_Socials'|translate }}</h2>
        {{ socials|raw }}
    </div>

</div>