X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fbase.html.twig;h=2748c7e3a295e19eda05bea535ccc9675fe1231a;hb=abc329453be6381bcf4d1b0dfd9f698312ed3b16;hp=152c5c28746dbb03c01625257057d5accc4cd316;hpb=19c283140ef7f489c67d7debe4dd431e7cfefd4b;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..2748c7e3 100644 --- a/src/Wallabag/CoreBundle/Resources/views/base.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/base.html.twig @@ -12,40 +12,42 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - {% block css %}{% endblock %} + {% block css %} + {% endblock %} {% block scripts %} - - - + + + + {% endblock %} - {% block title %}{% endblock %} - wallabag + {% block title %}{% endblock %} {% endblock %} @@ -60,7 +62,7 @@ {% block messages %}{% endblock %} -
+
{% block content %}{% endblock %}
@@ -68,10 +70,12 @@ {% block footer %}{% endblock %} - {% if warning_message %}
- {{ warning_message | raw }} + 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 %}