X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fbase.html.twig;h=2486172d5f6be810376cab683ecd0bb6248e3d29;hb=f39c5a2a702036750b4d7c32d02e7f92955a4eed;hp=dacdb9ca7437d6286bcf9a7188efd7089860733d;hpb=cebb42234cd8a5cb5a777b4b7ef2640fb5a82b90;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 dacdb9ca..2486172d 100644 --- a/src/Wallabag/CoreBundle/Resources/views/base.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/base.html.twig @@ -1,53 +1,58 @@ - - - - - +{% set lang = app.request.locale|default('') -%} + + + + + {% block head %} + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + + + {% block css %} {% endblock %} + {% if asset_file_exists('custom.css') %} + + {% endif %} {% block scripts %} - - - - + + {% endblock %} - wallabag - {% block title %}{% endblock %} + {% block title %}{% endblock %} – wallabag {% endblock %} @@ -70,10 +75,6 @@ {% block footer %}{% endblock %} -
- You're trying wallabag v2, which is in beta version. If you find a bug, please have a look to our issues list and open a new one if necessary. -
- {% if craue_setting('piwik_enabled') %} {{ piwik(craue_setting('piwik_host'), craue_setting('piwik_site_id')) }} {% endif %}