]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - templates/base.html
Remove press page
[people/shoehn/ipfire.org.git] / templates / base.html
index 4ab936215f1e98f95b7569e0789abd9377f6d74e..63cd06312f5cb6783522486917d43d6a331073fb 100644 (file)
@@ -33,7 +33,9 @@
                                          <span class="icon-bar"></span>
                                          <span class="icon-bar"></span>
                                        </button>
-                                       <a class="navbar-brand" href="/">{{ hostname }}</a>
+                                       <a class="navbar-brand" href="/">
+                                               {{ hostname }}
+                                       </a>
                                  </div>                                        
                                        <div class="collapse navbar-collapse" id="navbar">
                                                {% block menu %}
                {% end block %}
 
                {% block footer %}
-                       <footer class="footer navbar-default">
+                       <footer class="footer">
                                <div class="container">
-                                       <div class="pull-right">
-                                               <a href="https://www.facebook.com/IPFire.org"><img src="{{ static_url("images/icons/social/facebook.png") }}" alt="Facebook"></a>
-                                               <a href="https://twitter.com/ipfire"><img src="{{ static_url("images/icons/social/twitter.png") }}" alt="Twitter"></a>
-                                               <a href="/news.rss"><img src="{{ static_url("images/icons/social/rss.png") }}" alt="RSS"></a>
-                                       </div>
-
-                                       <p>
-                                               &copy; {{ year }} - {{ _("IPFire is free software") }}
-                                       </p>
-
-                                       <ul class="footer-links">
-                                               {% if hostname in ("www.ipfire.org", "dev.ipfire.org") %}
-                                                       <li>
-                                                               <a href="/press">{{ _("Press") }}</a>
-                                                       </li>
-                                                       <li class="text-muted">&middot;</li>
-                                               {% end %}
+                                       <ul class="list-unstyled list-inline pull-right">
                                                <a href="http://www.ipfire.org/imprint">{{ _("Imprint") }}</a>
 
                                                {% if hostname == "wishlist.ipfire.org" %}
                                                                <a href="/terms">{{ _("Terms & Conditions") }}</a>
                                                        </li>
                                                {% end %}
-
-                                               {% if not hostname == "planet.ipfire.org" %}
-                                                       {% for l in ("en", "de") %}
-                                                               {% if not l == lang %}
-                                                                       <li class="text-muted">&middot;</li>
-                                                                       <li>
-                                                                               <a href="?locale={{ l }}">
-                                                                                       <img src="{{ static_url("images/flags/%s.png" % l) }}" alt="{{ l }}">
-                                                                               </a>
-                                                                       </li>
-                                                               {% end %}
-                                                       {% end %}
-                                               {% end %}
                                        </ul>
+
+                                       <p>
+                                               &copy; {{ year }} - {{ _("IPFire is free software") }}
+                                       </p>
                                </div>
                        </footer>
                {% end block %}