diff options
author | Jonas Oberg <jonas@morus.se> | 2012-11-28 10:17:49 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2014-03-11 16:36:21 +0000 |
commit | cabd2aa005fcd7f32a3b6cb2754e5293871f5b68 (patch) | |
tree | d53d40a812a282f24a5a60dca1838fddfee7b31d | |
parent | 45011434e360439a9f15a767a08ac3569c2c040b (diff) |
Updated header
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FixaMinGata.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixaMinGata.pm b/perllib/FixMyStreet/Cobrand/FixaMinGata.pm index e101705bf..b631e1228 100644 --- a/perllib/FixMyStreet/Cobrand/FixaMinGata.pm +++ b/perllib/FixMyStreet/Cobrand/FixaMinGata.pm @@ -12,6 +12,11 @@ use DateTime; DateTime->DefaultLocale('sv_SE'); +sub site_title { + my ($self) = @_; + return 'Fixa Min Gata'; +} + sub path_to_web_templates { my $self = shift; return [ |