From 07643dde08a7cd3f5a556021643e64dd1d5e89f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 19 Feb 2016 15:27:57 +0100 Subject: Fix #1137: implemented Piwik --- app/config/services.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'app/config') diff --git a/app/config/services.yml b/app/config/services.yml index 80d6c1a1..71862fd2 100644 --- a/app/config/services.yml +++ b/app/config/services.yml @@ -19,6 +19,14 @@ services: tags: - { name: twig.extension } + wallabag.twig_piwik_extension: + class: Wallabag\CoreBundle\Twig\WallabagPiwikExtension + public: false + arguments: + - "@craue_config" + tags: + - { name: twig.extension } + wallabag.locale_listener: class: Wallabag\CoreBundle\EventListener\LocaleListener arguments: ["%kernel.default_locale%"] -- cgit v1.2.3