From 23199aaa7da924d618e927eb87b26cd3e0bbb9bc Mon Sep 17 00:00:00 2001 From: str4d Date: Fri, 21 Dec 2012 22:48:27 +0000 Subject: [PATCH] Temporarily patched in danimoth's layout into layout.html --- i2p2www/pages/global/layout.html | 39 ++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/i2p2www/pages/global/layout.html b/i2p2www/pages/global/layout.html index 3f03fbd3..a1cda128 100644 --- a/i2p2www/pages/global/layout.html +++ b/i2p2www/pages/global/layout.html @@ -13,6 +13,7 @@ {%- block headextra %}{% endblock %} +{%- if g.theme == "duck" %}
{{ _('Skip navigation') }}

I2P

@@ -38,5 +39,43 @@ +{%- else %} +
+
+
+ I2P Logo +
+
{{ self.title() }}
+ {% include "global/lang.html" %} +
+ +
+
+
+ +
+ +
+ {%- if self.content() %} + {{ self.content() }} + {%- else %} + {{ self.content_outer() }} + {%- endif %} + +
+
+{%- endif %}