From b8111a916f34486d3dc5571c0e6d82f487dc1e79 Mon Sep 17 00:00:00 2001 From: Jan Paul Tuecking Date: Fri, 8 Oct 2010 13:55:34 +0200 Subject: [PATCH] Change slogan on webpage --- www/templates/base.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/www/templates/base.html b/www/templates/base.html index 9996822f..993349ee 100644 --- a/www/templates/base.html +++ b/www/templates/base.html @@ -4,7 +4,7 @@ - {{ hostname }} - {% block title %}{{ title }}{% end block %} + {% block title %}{{ title }}{% end block %} @@ -29,19 +29,12 @@ {% block menu %} {{ modules.Menu() }} {% end block %} -
- {% block languages %} - {% for lng in langs %} - {{ lng }} - {% end %} - {% end block %} -

{{ server }}

-

{{ _("Security gone easy!") }}

+

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

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