]> git.ipfire.org Git - people/shoehn/ipfire.org.git/commitdiff
Modification for banner
authorJan Paul Tuecking <earl@ipfire.org>
Fri, 6 Aug 2010 13:49:28 +0000 (15:49 +0200)
committerJan Paul Tuecking <earl@ipfire.org>
Fri, 6 Aug 2010 13:49:28 +0000 (15:49 +0200)
www/templates/index.html
www/templates/static/pr.html

index 417b855dfc68b7ce4bb97ee983193b520e72a047..a858e3404b153aeb9c94e47c8cf0aaabacab81e6 100644 (file)
@@ -49,6 +49,8 @@
 {% block sidebar %}
        {{ modules.SidebarRelease() }}
        
+       {{ modules.SidebarBanner(banner) }}
+       
        <h4><span>Internet Relay</span> Chat</h4>
        <p>
                Server: irc.freenode.net<br />
@@ -56,8 +58,6 @@
                <a href="http://webchat.freenode.net/?channels=ipfire" target="_blank">Web-Chat</a>
        </p>
        
-       {{ modules.SidebarBanner(banner) }}
-       
        <h4><span>RSS</span> feed</h4>
        <p>
                {% if lang == "de" %}
index 883c073b61e9c61bd411f21c16967977a4eee8e0..65a2d675c158877ea9b85df266582b5163a86c6b 100644 (file)
                        <li><a href="#{{ _("Sponsoring") }}">{{ _("Sponsoring") }}</a></li>
                                <li><a href="#{{ _("friends of ipfire") }}">{{ _("friends of ipfire") }}</a></li>
                </ul>
+               
+{{ modules.SidebarBanner(banner) }}
 {% end block %}