X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fbase.html.twig;h=2486172d5f6be810376cab683ecd0bb6248e3d29;hb=33e3eeaec851158289e1a236cfe08a475cc6364a;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..2486172d 100644 --- a/src/Wallabag/CoreBundle/Resources/views/base.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/base.html.twig @@ -1,51 +1,58 @@ - - - - - +{% set lang = app.request.locale|default('') -%} + + + + + {% block head %} + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - {% block css %}{% endblock %} + + + {% block css %} + {% endblock %} + {% if asset_file_exists('custom.css') %} + + {% endif %} {% block scripts %} - - - + + {% endblock %} - {% block title %}{% endblock %} + {% block title %}{% endblock %} – wallabag {% endblock %} @@ -68,8 +75,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 %}