diff options
Diffstat (limited to 'templates/web/fixmystreet.com/footer-nav.html')
-rw-r--r-- | templates/web/fixmystreet.com/footer-nav.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/fixmystreet.com/footer-nav.html b/templates/web/fixmystreet.com/footer-nav.html index 204b80777..1732acf00 100644 --- a/templates/web/fixmystreet.com/footer-nav.html +++ b/templates/web/fixmystreet.com/footer-nav.html @@ -9,6 +9,8 @@ %]>[% 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 == '/posters' %]span[% ELSE %]a href="/posters"[% END + %]>[% loc("FixMyStreet Goodies") %]</[% c.req.uri.path == '/posters' ? 'span' : 'a' %]></li>[% %]<li><[% IF c.req.uri.path == '/contact' %]span[% ELSE %]a href="/contact"[% END %]>[% loc("Contact") %]</[% c.req.uri.path == '/contact' ? 'span' : 'a' %]></li> </ul> |