diff options
author | Struan Donald <struan@exo.org.uk> | 2012-09-27 16:37:19 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-09-27 16:37:19 +0100 |
commit | f4428f005b9f418247533e1e2267ea03d05ac29e (patch) | |
tree | 066de59317c51674b45ea8e819d3790c178c34cb | |
parent | d887ebedf7d87356b58bf344cb1458f820e31265 (diff) |
correct site title
-rw-r--r-- | templates/web/fixmybarangay/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixmybarangay/header.html b/templates/web/fixmybarangay/header.html index a3c079565..2b2f031e2 100644 --- a/templates/web/fixmybarangay/header.html +++ b/templates/web/fixmybarangay/header.html @@ -20,7 +20,7 @@ <script src="[% version('/js/modernizr.custom.js') %]" charset="utf-8"></script> <script src="[% version('/cobrands/fixmybarangay/position_map.js') %]" charset="utf-8"></script> - [% INCLUDE 'common_header_tags.html', js_override = '/cobrands/fixmystreet/fixmystreet.js' %] + [% INCLUDE 'common_header_tags.html', site_title = 'FixMyBarangay', js_override = '/cobrands/fixmystreet/fixmystreet.js' %] [% extra_js %] [% allow_creation = !c.cobrand.only_authed_can_create || (c.user && c.user.from_council); %] |