]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - www/templates/base.html
Huge website update.
[people/shoehn/ipfire.org.git] / www / templates / base.html
index af7aab660f8ec0cab1f855576d99f00a7cae27e8..7ace976c0b0031dce6b59c2499f6ca86ed843aa0 100644 (file)
@@ -46,9 +46,9 @@
                        <div class="container container-body">
                                {% block body %}EMPTY BODY{% end block %}
 
-                               <hr />
+                               <footer class="footer hidden-phone">
+                                       <hr>
 
-                               <footer class="footer">
                                        {% if not hostname == "planet.ipfire.org" %}
                                                <div class="pull-right">
                                                        <p>
                                                        <a href="/press">{{ _("Press") }}</a> -
                                                {% end %}
                                                <a href="http://www.ipfire.org/imprint">{{ _("imprint") }}</a>
+
+                                               {% if hostname == "wishlist.ipfire.org" %}
+                                                       - <a href="/terms">{{ _("Terms & Conditions") }}</a>
+                                               {% end %}
                                        </p>
                                </footer>
                        </div>