From 2efaacb07973cf67d5b4033dd6c526c325ebb92a Mon Sep 17 00:00:00 2001 From: Jan Paul Tuecking Date: Thu, 21 Jan 2010 00:01:29 +0100 Subject: [PATCH] Added sidebar entries to index page. --- www/templates/index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/www/templates/index.html b/www/templates/index.html index 4f25dddf..025ee214 100644 --- a/www/templates/index.html +++ b/www/templates/index.html @@ -55,5 +55,23 @@ {% block sidebar %} {{ modules.SidebarRelease() }} + +

Internet Relay Chat

+

+ Server: irc.freenode.net
+ Channel: #ipfire
+ Web-Chat +

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

RSS feed

+

+ {% if lang == "de" %} + IPFire - News
+ {% else %} + IPFire - News
+ {% end %} +

+ {% end block %} -- 2.47.3