diff options
-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 [ |