X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fbase.html.twig;h=0f88901a5c0102cfaf10eba2b000711452d97f12;hb=5ecdfcd041767c9e3244a92bb0a6cc3c3f80fea3;hp=1742b4aa664e4f78bfc6b7479aa303a7fa272a37;hpb=e008c037f53324b931f027483f9f1053171109c5;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/base.html.twig b/src/Wallabag/CoreBundle/Resources/views/base.html.twig index 1742b4aa..0f88901a 100644 --- a/src/Wallabag/CoreBundle/Resources/views/base.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/base.html.twig @@ -38,14 +38,12 @@ - {% block css %}{% endblock %} + {% block css %} + {% endblock %} {% block scripts %} - - - {% endblock %} - {% block title %}{% endblock %} + wallabag - {% block title %}{% endblock %} {% endblock %} @@ -68,8 +66,8 @@ {% block footer %}{% endblock %} -
- You're trying wallabag v2, which is in alpha version. If you find a bug, please have a look to our issues list and open a new if necessary -
+ {% if craue_setting('piwik_enabled') %} + {{ piwik(craue_setting('piwik_host'), craue_setting('piwik_site_id')) }} + {% endif %}