From 7ef5369652238ca81b59d9c3d3b0f839c73fb367 Mon Sep 17 00:00:00 2001 From: Jan Paul Tuecking Date: Sat, 9 Oct 2010 10:02:06 +0200 Subject: [PATCH] Changed flag position and slogan again. --- www/templates/base.html | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/www/templates/base.html b/www/templates/base.html index 993349ee..3d345847 100644 --- a/www/templates/base.html +++ b/www/templates/base.html @@ -4,7 +4,7 @@ - {% block title %}{{ title }}{% end block %} + {{ hostname }} - {% block title %}{{ title }}{% end block %} @@ -29,12 +29,19 @@ {% block menu %} {{ modules.Menu() }} {% end block %} +
+ {% block languages %} + {% for lng in langs %} + {{ lng }} + {% end %} + {% end block %} +

{{ server }}

-

{{ _("Open Source Firewall Solution") }}

+

{{ _("An Open Source Firewall Solution") }}

@@ -73,14 +80,6 @@ Copyright © {{ year }} IPFire.org. All rights reserved. {{ _("imprint") }} - -
- {% block languages %} - {% for lng in langs %} - {{ lng }} - {% end %} - {% end block %} -
-- 2.47.3