diff options
author | Struan Donald <struan@exo.org.uk> | 2012-12-19 12:08:10 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-12-19 12:08:10 +0000 |
commit | 49bd299f8004923000cd6ba5de454af69c91be0f (patch) | |
tree | d1964b96a63ba6c8b21a61dc5c18febed7f629cf | |
parent | 39975fc2f5c3fafa9b3fd084b46ed5dac2fe1f80 (diff) |
remove unused navigation elements
-rw-r--r-- | templates/web/seesomething/footer.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/web/seesomething/footer.html b/templates/web/seesomething/footer.html index 7094a741e..95297f33d 100644 --- a/templates/web/seesomething/footer.html +++ b/templates/web/seesomething/footer.html @@ -9,12 +9,6 @@ <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 == '/my' %]span[% ELSE %]a href="/my"[% END - %]>[% loc("Your reports") %]</[% c.req.uri.path == '/my' ? 'span' : 'a' %]></li>[% - %]<li><[% IF c.req.uri.path == '/reports' %]span[% ELSE %]a href="/reports"[% END - %]>[% loc("All reports") %]</[% c.req.uri.path == '/reports' ? 'span' : 'a' %]></li>[% - %]<li><[% IF c.req.uri.path == '/alert' %]span[% ELSE %]a href="/alert[% pc ? '/list?pc=' : '' %][% pc | uri %]"[% END - %]>[% loc("Local alerts") %]</[% c.req.uri.path == '/alert' ? '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> |