aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2020-04-28 09:02:39 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2020-04-29 14:19:31 +0200
commit9717d0129889ad73716be38766faede12adc333d (patch)
treed17a9b3ca340791dbd09a1124976ffa2422d31f3 /src
parent976b4bbb115e50feb71accc0e55f1129ac3557e5 (diff)
downloadwallabag-9717d0129889ad73716be38766faede12adc333d.tar.gz
wallabag-9717d0129889ad73716be38766faede12adc333d.tar.zst
wallabag-9717d0129889ad73716be38766faede12adc333d.zip
Upgrade Piwik Twig Extension to Matomo
Diffstat (limited to 'src')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/base.html.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/base.html.twig b/src/Wallabag/CoreBundle/Resources/views/base.html.twig
index 2486172d..65857eb4 100644
--- a/src/Wallabag/CoreBundle/Resources/views/base.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/base.html.twig
@@ -75,8 +75,8 @@
75 75
76 {% block footer %}{% endblock %} 76 {% block footer %}{% endblock %}
77 77
78 {% if craue_setting('piwik_enabled') %} 78 {% if craue_setting('matomo_enabled') %}
79 {{ piwik(craue_setting('piwik_host'), craue_setting('piwik_site_id')) }} 79 {{ matomo(craue_setting('matomo_host'), craue_setting('matomo_site_id')) }}
80 {% endif %} 80 {% endif %}
81 </body> 81 </body>
82</html> 82</html>