aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-07-28 14:41:41 +0100
committerStruan Donald <struan@exo.org.uk>2011-07-28 14:41:41 +0100
commit6b92eb53213461c65bc407e09fc981172ef93d94 (patch)
treee94cc291740bdeeeeab0ad3201ebb9760486a9ba
parent7b38d8d39ff4144937752ed48d02974723ec3241 (diff)
add in missing breadcrumbs
-rw-r--r--templates/web/lichfielddc/header.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/web/lichfielddc/header.html b/templates/web/lichfielddc/header.html
index cffd26ee6..b105b4a39 100644
--- a/templates/web/lichfielddc/header.html
+++ b/templates/web/lichfielddc/header.html
@@ -188,7 +188,12 @@ $('SearchSite').onfocus = function() {
[% CASE '/my' %]Your reports
[% CASE '/alert' %]Local alerts
[% CASE '/faq' %]Help
- [% CASE '/contact' %] Contact
+ [% CASE '/contact' %]Contact
+ [% CASE '/around' %]Viewing a location
+ [% CASE '/report/new' %]Reporting a problem
+ [% CASE '/auth' %]Sign in
+ [% CASE '/auth/sign_out' %]Signed out
+ [% CASE DEFAULT %] [% IF c.req.uri.path.substr(0, 8 ) == '/report/' %][% problem.title %] - Viewing a problem[% END %]
[% END %]
</li></ul>