From: Jan Paul Tuecking Date: Sat, 9 Oct 2010 08:02:06 +0000 (+0200) Subject: Changed flag position and slogan again. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7ef5369652238ca81b59d9c3d3b0f839c73fb367;p=ipfire.org.git Changed flag position and slogan again. --- 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 %} -