X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fbase.html.twig;h=c0eecd57499d0e6364cd47f951e3e9a8979f63af;hb=9f0957b831622ee577fa7d8f92ec0df6f3a8e274;hp=4f27f413fc23a7fef1449d48555299a288b618d4;hpb=495aecfe7417918c45d8ea32b1ee8903018449cd;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 4f27f413..c0eecd57 100644 --- a/src/Wallabag/CoreBundle/Resources/views/base.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/base.html.twig @@ -3,113 +3,76 @@ - + {% block head %} + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - {% block css %}{% endblock %} + + + {% block css %} + {% endblock %} {% block scripts %} - - - - - - - + + {% endblock %} - {% block title %}{% endblock %} - wallabag + {% block title %}{% endblock %} – wallabag {% endblock %} - {% block header %} -
-

- {% block logo %} - wallabag logo - {% endblock %} -

-
- {% endblock %} + {% block header %}{% endblock %}
- {% block menu %} - - - {% endblock %} + {% block menu %}{% endblock %} - {% block precontent %}{% endblock %} +
+ {% block precontent %}{% endblock %} - {% block messages %} - {% for flashMessage in app.session.flashbag.get('notice') %} -
- × -

{{ flashMessage }}

-
- {% endfor %} - {% endblock %} + {% block messages %}{% endblock %} -
- {% block content %}{% endblock %} -
+
+ {% block content %}{% endblock %} +
+
- {% block footer %} - - {% endblock %} + {% block footer %}{% endblock %} + + {% if craue_setting('piwik_enabled') %} + {{ piwik(craue_setting('piwik_host'), craue_setting('piwik_site_id')) }} + {% endif %}