From: Jan Paul Tuecking Date: Fri, 6 Aug 2010 13:49:28 +0000 (+0200) Subject: Modification for banner X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e25569550e572604c08d9111e0d1ee12677c7bb8;p=ipfire.org.git Modification for banner --- diff --git a/www/templates/index.html b/www/templates/index.html index 417b855d..a858e340 100644 --- a/www/templates/index.html +++ b/www/templates/index.html @@ -49,6 +49,8 @@ {% block sidebar %} {{ modules.SidebarRelease() }} + {{ modules.SidebarBanner(banner) }} +

Internet Relay Chat

Server: irc.freenode.net
@@ -56,8 +58,6 @@ Web-Chat

- {{ modules.SidebarBanner(banner) }} -

RSS feed

{% if lang == "de" %} diff --git a/www/templates/static/pr.html b/www/templates/static/pr.html index 883c073b..65a2d675 100644 --- a/www/templates/static/pr.html +++ b/www/templates/static/pr.html @@ -221,4 +221,6 @@

  • {{ _("Sponsoring") }}
  • {{ _("friends of ipfire") }}
  • + +{{ modules.SidebarBanner(banner) }} {% end block %}