diff options
author | Struan Donald <struan@exo.org.uk> | 2011-07-28 14:56:41 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-07-28 14:56:41 +0100 |
commit | c4016c5e31686e9b8ac48ed208ec0749727181fa (patch) | |
tree | eea594fb04a836ae5d8f131325611d53f8c63e22 | |
parent | 6b92eb53213461c65bc407e09fc981172ef93d94 (diff) |
use request base for FMS in breadcrumbs
-rw-r--r-- | templates/web/lichfielddc/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/lichfielddc/header.html b/templates/web/lichfielddc/header.html index b105b4a39..f162ecc97 100644 --- a/templates/web/lichfielddc/header.html +++ b/templates/web/lichfielddc/header.html @@ -180,7 +180,7 @@ $('SearchSite').onfocus = function() { <!-- Breadcrumb --><!-- googleoff:all --> <ul id="breadcrumb"> - <li><a href="http://www.lichfielddc.gov.uk/site/">Home</a></li><li><a href="http://lichfield.fixmystreet.com/">FixMyStreet</a></li> + <li><a href="http://www.lichfielddc.gov.uk/site/">Home</a></li><li><a href="[% c.req.base %]">FixMyStreet</a></li> <li class="bc_end"> [% SWITCH c.req.uri.path %]Report a problem [% CASE '/' %]Report a problem |