X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fbase.html.twig;h=2486172d5f6be810376cab683ecd0bb6248e3d29;hb=b23d9403ece494a60ecba5867bb68c94ec497052;hp=c94c004414300314994562936ea8502ef614d554;hpb=ec3ce598f6423fcccd88a4fdd77f817c50bc5ab6;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 c94c0044..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,10 +75,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 %}