diff options
-rw-r--r-- | templates/web/barnet/header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/barnet/header.html b/templates/web/barnet/header.html index a254a2b83..524331f95 100644 --- a/templates/web/barnet/header.html +++ b/templates/web/barnet/header.html @@ -54,8 +54,8 @@ <div id="breadcrumb"> <!-- googleoff:all --> <ul> - <li><a href="http://www.barnet.gov.uk/">Home</a></li> - <li class="bc_end"><span>FixMyStreet</span></li><!-- CHANGE THIS --> + <li><a href="/">FixMyStreet Home</a></li> + <li class="bc_end"><span>[% IF NOT title %]FixMyStreet[% ELSE %] [% "$title" | html %][% END %]</span></li> </ul> <!-- googleon:all --> </div> |