aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-05-09 17:01:56 +0100
committerStruan Donald <struan@exo.org.uk>2012-05-09 17:01:56 +0100
commit953998894cc01d2fcb66a3a0c8cef2f80cff29a4 (patch)
treebb3b5b39511bf96d149553995be4bd9aae9cc7e1
parent314d3726b82eac57a0645ac538747d6de91ddb21 (diff)
just use title variable in breadcrumbs
-rw-r--r--templates/web/barnet/header.html9
1 files changed, 1 insertions, 8 deletions
diff --git a/templates/web/barnet/header.html b/templates/web/barnet/header.html
index 750a0c940..1b921d44d 100644
--- a/templates/web/barnet/header.html
+++ b/templates/web/barnet/header.html
@@ -58,14 +58,7 @@
<li><a href="http://www.barnet.gov.uk/">Home</a></li>
<li><a href="/">FixMyStreet</a></li>
<li class="bc_end"><span>
- [% IF c.req.uri.path == '/' || c.req.uri.path == '/around' %]Report a problem[% END %]
- [% IF ( matches = c.req.uri.path.match( '/report/\d+' ) ) %]Report[% IF problem %] [% problem.id %][% END %][% END %]
- [% IF c.req.uri.path == '/my' %]Your reports[% END %]
- [% IF c.req.uri.path == '/reports/Barnet' %]All reports[% END %]
- [% IF c.req.uri.path == '/alert' %]Local alerts[% END %]
- [% IF c.req.uri.path == '/faq' %]Help[% END %]
- [% IF c.req.uri.path == '/privacy' %]Privacy and Cookies[% END %]
- [% IF c.req.uri.path == '/contact' %]Contact[% END %]
+ [% IF c.req.uri.path == '/' %]Report a problem[% ELSE %][% title %][% END %]
</span></li>
</ul>
<!-- googleon:all -->