aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/harrogate
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/harrogate')
-rw-r--r--templates/web/harrogate/header.html2
-rwxr-xr-xtemplates/web/harrogate/static/privacy.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/harrogate/header.html b/templates/web/harrogate/header.html
index 3d69fbac6..a1c0ba38a 100644
--- a/templates/web/harrogate/header.html
+++ b/templates/web/harrogate/header.html
@@ -24,7 +24,7 @@
<script src="[% start %][% version('/js/modernizr.custom.js') %]" charset="utf-8"></script>
<script src="[% start %][% version('/cobrands/fixmystreet/position_map.js') %]" charset="utf-8"></script>
- [% INCLUDE 'common_header_tags.html', js_override = '/cobrands/fixmystreet/fixmystreet.js', site_title = c.cobrand.site_title %]
+ [% INCLUDE 'common_header_tags.html', js_override = '/cobrands/fixmystreet/fixmystreet.js' %]
[% extra_js %]
[% IF c.req.uri.host == 'osm.fixmystreet.com' %]
diff --git a/templates/web/harrogate/static/privacy.html b/templates/web/harrogate/static/privacy.html
index 0107d0873..7f0f090e4 100755
--- a/templates/web/harrogate/static/privacy.html
+++ b/templates/web/harrogate/static/privacy.html
@@ -7,7 +7,7 @@
<ul class="plain-list">
<li><a href="/faq">Frequently Asked Questions</a></li>
<li><strong>Privacy and cookies</strong></li>
- <li><a href="/contact">Contact [% c.cobrand.site_title %]</a></li>
+ <li><a href="/contact">Contact [%- PROCESS 'site-name.html' -%]</a></li>
</ul>
</aside>
</div>