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

trackingCode.twig « templates « Installation « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3ca7992cfac12887a6beb796a35423c93fc7f31e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{% extends '@Installation/layout.twig' %}

{% block content %}
{% if displayfirstWebsiteSetupSuccess is defined %}
    <span id="toFade" class="success">
	{{ 'Installation_SetupWebsiteSetupSuccess'|translate(displaySiteName) }}
        <img src="plugins/Morpheus/images/success_medium.png"/>
</span>
{% endif %}

{{ trackingHelp|raw }}
<br/><br/>
<h2>{{ 'Installation_LargePiwikInstances'|translate }}</h2>
{{ 'Installation_JsTagArchivingHelp1'|translate('<a target="_blank" href="http://piwik.org/docs/setup-auto-archiving/">','</a>')|raw }}
{{ 'General_ReadThisToLearnMore'|translate('<a target="_blank" href="http://piwik.org/docs/optimize/">','</a>')|raw }}

{% endblock %}