diff options
author | Struan Donald <struan@exo.org.uk> | 2012-12-20 11:18:54 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-12-20 11:18:54 +0000 |
commit | aa091c2ec037defdb1600b6e3296eff107dca8fa (patch) | |
tree | 84a2c16b51abbbef85d60ea64ed471facf5ea067 /perllib/FixMyStreet/Cobrand/SeeSomething.pm | |
parent | 2425f3bc42072b8765f64fba8d00704e8685f0f3 (diff) |
move site title into cobrand class so we can override it easily
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/SeeSomething.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/SeeSomething.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/SeeSomething.pm b/perllib/FixMyStreet/Cobrand/SeeSomething.pm index f05a2059a..629a5ee50 100644 --- a/perllib/FixMyStreet/Cobrand/SeeSomething.pm +++ b/perllib/FixMyStreet/Cobrand/SeeSomething.pm @@ -9,6 +9,7 @@ sub council_area { return 'West Midlands'; } sub council_name { return 'See Something Say Something'; } sub council_url { return 'seesomething'; } sub area_types { [ 'MTD' ] } +sub site_title { return 'See Something, Say Something'; } sub site_restriction { |