Upgrade Piwik Twig Extension to Matomo

This commit is contained in:
Nicolas Lœuillet
2020-04-28 09:02:39 +02:00
parent 976b4bbb11
commit 9717d01298
22 changed files with 106 additions and 77 deletions

View File

@ -75,8 +75,8 @@
{% block footer %}{% endblock %}
{% if craue_setting('piwik_enabled') %}
{{ piwik(craue_setting('piwik_host'), craue_setting('piwik_site_id')) }}
{% if craue_setting('matomo_enabled') %}
{{ matomo(craue_setting('matomo_host'), craue_setting('matomo_site_id')) }}
{% endif %}
</body>
</html>