diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-01-15 18:10:13 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-01-19 16:54:24 +0000 |
commit | 311dabb07a166ad44b5c5259358f17ed74a1d1b3 (patch) | |
tree | 1ae6ddda0a5d8d9f565252a8eee9b88e810c280a /templates/web/warwickshire/header.html | |
parent | 683bc0b0898df79a6281ebcab93045b79649484e (diff) |
Move site_title function to site-name web template
This matches the email template behaviour, and makes it much easier to
override without requiring a cobrand package file.
Fixes #979.
Diffstat (limited to 'templates/web/warwickshire/header.html')
-rw-r--r-- | templates/web/warwickshire/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/warwickshire/header.html b/templates/web/warwickshire/header.html index 00cb76799..1d52b5546 100644 --- a/templates/web/warwickshire/header.html +++ b/templates/web/warwickshire/header.html @@ -29,7 +29,7 @@ <script src="[% start %][% version('/js/modernizr.custom.js') %]" charset="utf-8"></script> <script src="[% start %][% version('/cobrands/' _ c.cobrand.moniker _ '/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 %] </head> |