X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fbase.html.twig;h=496b3fb6b652f283ef6e54f066edf0b0b3c2f41a;hb=62107f50d3b43039a635dcaecce317ef0299ee1f;hp=3cadabfb0ef72a3289dcd1349aaa7925cc4726fe;hpb=12b5a8cea12c7c8b10ede7fd00d1f07ca06b1033;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 3cadabfb..496b3fb6 100644 --- a/src/Wallabag/CoreBundle/Resources/views/base.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/base.html.twig @@ -1,51 +1,56 @@ - - - - - +{% set lang = app.request.locale|default('') -%} + + + + + {% block head %} + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - {% block css %}{% endblock %} + + + {% block css %} + {% endblock %} + {% block scripts %} - - - + + {% endblock %} - {% block title %}{% endblock %} + {% block title %}{% endblock %} – wallabag {% endblock %} @@ -68,10 +73,6 @@ {% 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 %}