From e25569550e572604c08d9111e0d1ee12677c7bb8 Mon Sep 17 00:00:00 2001 From: Jan Paul Tuecking Date: Fri, 6 Aug 2010 15:49:28 +0200 Subject: [PATCH] Modification for banner --- www/templates/index.html | 4 ++-- www/templates/static/pr.html | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) 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 %} -- 2.47.3