]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tpl/layout.twig
changes in md files
[github/wallabag/wallabag.git] / tpl / layout.twig
index 9dc83efe3186118c378624b46757389ce7bbcf56..22d08fcaead2075da3019227d98fce1a60b862a4 100644 (file)
@@ -5,22 +5,27 @@
 <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
 <html>
     <head>
-        <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
+        <meta name="viewport" content="initial-scale=1.0">
         <meta charset="utf-8">
+        <!--[if IE]>
         <meta http-equiv="X-UA-Compatible" content="IE=10">
+        <![endif]-->
         <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