]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tpl/layout.twig
fixed #128: back to home after mark a link as read is fixed
[github/wallabag/wallabag.git] / tpl / layout.twig
index 9dc83efe3186118c378624b46757389ce7bbcf56..7398d2fb25b75223af9a801e4fca2cf2a27d2669 100644 (file)
@@ -9,18 +9,21 @@
         <meta charset="utf-8">
         <meta http-equiv="X-UA-Compatible" content="IE=10">
         <title>{% block title %}{% endblock %} - poche</title>
-        {% include '_head.twig' %}
-        {% include '_bookmarklet.twig' %}
+{% include '_head.twig' %}
+{% include '_bookmarklet.twig' %}
     </head>
-    <body class="light-style">
+    <body>
         {% include '_top.twig' %}
         <div id="main">
             {% block menu %}{% endblock %}
             {% block precontent %}{% endblock %}
-            {% block messages %}{% endblock %}
+            {% block messages %}
+            {% include '_messages.twig' %}
+            {% endblock %}
+            <div id="content" class="w600p center">
             {% block content %}{% endblock %}
-            {% block js %}{% endblock %}
+            </div>
         </div>
-        {% include '_footer.twig' %}
+{% include '_footer.twig' %}
     </body>
 </html>
\ No newline at end of file