aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2014-03-11 16:17:13 +0000
committerStruan Donald <struan@exo.org.uk>2014-04-08 13:21:09 +0100
commit47b110116b3e98ecc76b7d3a8ba046e85d5d329a (patch)
treee3620655c18f2904d65c3963dafb8d4cf875a7c9 /templates
parent8d81147d1f757e70393e08947c0be1b73ebfb3ae (diff)
remove unwanted items from navigation
basically everything bar report and help
Diffstat (limited to 'templates')
-rw-r--r--templates/web/zerotb/footer.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/templates/web/zerotb/footer.html b/templates/web/zerotb/footer.html
new file mode 100644
index 000000000..8b93e470e
--- /dev/null
+++ b/templates/web/zerotb/footer.html
@@ -0,0 +1,27 @@
+
+ </div><!-- .content role=main -->
+ </div><!-- .container -->
+ </div><!-- .table-cell -->
+
+ <div class="nav-wrapper">
+ <div class="nav-wrapper-2">
+ <div id="main-nav" role="navigation">
+ <ul id="mysoc-menu">
+ <li><a href="http://mysociety.org/donate/">Donate</a></li>[%
+ %]<li><a href="http://www.mysociety.org/projects/">Our Sites</a></li>
+ </ul>
+
+ <ul id="main-menu">
+ <li><[% IF c.req.uri.path == '/' %]span[% ELSE %]a href="/"[% END %] class="report-a-problem-btn"
+ >[% loc("Report a problem") %]</[% c.req.uri.path == '/' ? 'span' : 'a' %]></li>[%
+ %]<li><[% IF c.req.uri.path == '/faq' %]span[% ELSE %]a href="/faq"[% END
+ %]>[% loc("Help") %]</[% c.req.uri.path == '/faq' ? 'span' : 'a' %]></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+
+<!-- [% INCLUDE 'debug_footer.html' %] -->
+ </div> <!-- .wrapper -->
+</body>
+</html>