diff options
Diffstat (limited to 'templates/web/bromley/header_logo.html')
-rw-r--r-- | templates/web/bromley/header_logo.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/bromley/header_logo.html b/templates/web/bromley/header_logo.html index 8d1fa7855..92ff771f9 100644 --- a/templates/web/bromley/header_logo.html +++ b/templates/web/bromley/header_logo.html @@ -1,5 +1,5 @@ <div class="bromley-header cf"> - <a href="http://www.bromley.gov.uk/" id="site-logo">[%- PROCESS 'site-name.html' -%]</a> + <a href="http://www.bromley.gov.uk/" id="site-logo">[% site_name %]</a> <ul class="linear-links subtext float-right top-links"> <li class="first-child"><i class="fa fa-home"></i><a href="http://www.bromley.gov.uk">Home</a></li> @@ -59,4 +59,4 @@ <li class="current"><span>FixMyStreet</span></li> </ul> <!-- END Breadcrumb --><!-- googleon:all --> - </div>
\ No newline at end of file + </div> |