Merge pull request #4363 from wallabag/piwik-to-matomo

Upgrade Piwik Twig Extension to Matomo
This commit is contained in:
Nicolas Lœuillet
2020-04-30 09:14:52 +02:00
committed by GitHub
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>