X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fbase.html.twig;h=c0eecd57499d0e6364cd47f951e3e9a8979f63af;hb=9f0957b831622ee577fa7d8f92ec0df6f3a8e274;hp=152c5c28746dbb03c01625257057d5accc4cd316;hpb=b004a236ba0cc96bf530801a55cdddf9ec809d13;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 152c5c28..c0eecd57 100644 --- a/src/Wallabag/CoreBundle/Resources/views/base.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/base.html.twig @@ -3,49 +3,52 @@ - + {% block head %} + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - {% block css %}{% endblock %} + + + {% block css %} + {% endblock %} {% block scripts %} - - - + + {% endblock %} - {% block title %}{% endblock %} - wallabag + {% block title %}{% endblock %} – wallabag {% endblock %} @@ -60,7 +63,7 @@ {% block messages %}{% endblock %} -
+
{% block content %}{% endblock %}
@@ -68,10 +71,8 @@ {% block footer %}{% endblock %} - {% if warning_message %} -
- {{ warning_message | raw }} -
+ {% if craue_setting('piwik_enabled') %} + {{ piwik(craue_setting('piwik_host'), craue_setting('piwik_site_id')) }} {% endif %}