X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fbaggy%2Flayout.html.twig;h=b630070caa063c45879cf8fd33b83b643e4f0a44;hb=6c08fb68b8e7883df7f6c1a2ba7c56ced4c1153b;hp=3d573eaa74f68a6ec8ff3098d9b16440aca15771;hpb=19c283140ef7f489c67d7debe4dd431e7cfefd4b;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig index 3d573eaa..b630070c 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig @@ -3,28 +3,28 @@ {% block css %} {{ parent() }} - - - - - + + + + + {% endblock %} {% block scripts %} {{ parent() }} - - - - - + + + + + {% endblock %} {% block header %}

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

@@ -51,8 +51,13 @@
  • {% trans %}config{% endtrans %}
  • + {% if is_granted('ROLE_SUPER_ADMIN') %} +
  • {% trans %}internal settings{% endtrans %}
  • + {% endif %} +
  • {% trans %}import{% endtrans %}
  • +
  • {% trans %}howto{% endtrans %}
  • {% trans %}about{% endtrans %}
  • -
  • {% trans %}logout{% endtrans %}
  • +
  • {% trans %}logout{% endtrans %}
  • {% endblock %}