diff options
author | Struan Donald <struan@exo.org.uk> | 2011-07-25 10:18:43 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-07-25 10:18:43 +0100 |
commit | 8ed184ea171c061ffec10ffc130b229d56d3b86a (patch) | |
tree | 214288f6c6e599bf68a773e919f18826d64e2c18 | |
parent | b7d1a38cb7419e7600c1d09f47b6a1f2f8cbcc3b (diff) |
point all reports link at Lichfield reports
-rw-r--r-- | templates/web/lichfield/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/lichfield/footer.html b/templates/web/lichfield/footer.html index 3ecbd6a9c..326bf917f 100644 --- a/templates/web/lichfield/footer.html +++ b/templates/web/lichfield/footer.html @@ -32,7 +32,7 @@ <h2>Navigation</h2> <ul> <li class="section">[% c.req.uri.path == '/' ? '<strong>Report a problem</strong>' : '<a href="/">Report a problem</a>' %]</li> - <li class="section">[% c.req.uri.path == '/reports/Barnet' ? '<strong>All reports</strong>' : '<a href="/reports/Barnet">All reports</a>' %]</li> + <li class="section">[% c.req.uri.path == '/reports/Lichfield' ? '<strong>All reports</strong>' : '<a href="/reports/Lichfield">All reports</a>' %]</li> <li class="section">[% c.req.uri.path == '/alert' ? '<strong>Local alerts</strong>' : '<a href="/alert">Local alerts</a>' %]</li> <li class="section">[% c.req.uri.path == '/faq' ? '<strong>Help</strong>' : '<a href="/faq">Help</a>' %]</li> <li class="section">[% c.req.uri.path == '/contact' ? '<strong>Contact</strong>' : '<a href="/contact">Contact</a>' %]</li> |