aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Page.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/Page.pm')
-rw-r--r--perllib/Page.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm
index b4ca97f3a..ffd8d3945 100644
--- a/perllib/Page.pm
+++ b/perllib/Page.pm
@@ -6,7 +6,7 @@
# Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved.
# Email: matthew@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: Page.pm,v 1.183 2009-09-23 15:43:54 louise Exp $
+# $Id: Page.pm,v 1.184 2009-09-23 17:01:00 louise Exp $
#
package Page;
@@ -184,7 +184,7 @@ sub template_vars ($$){
'alert' => _('Local alerts'),
'faq' => _('Help'),
'about' => _('About us'),
- 'site_title' => _('Report Empty Homes'),
+ 'site_title' => Cobrand::site_title(get_cobrand($q)),
'host' => $host,
'lang_code' => $lang,
'lang' => $lang eq 'en-gb' ? 'Cymraeg' : 'English',