diff options
author | Rikard <rikard@morus.se> | 2012-10-24 08:59:49 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2014-03-11 16:36:17 +0000 |
commit | c61f85e8519b50d18176fde8053afe61bbcf9af7 (patch) | |
tree | 2b56ae7d733459589ae9dd4d2932b635c44aa229 /perllib | |
parent | 865d9f6cada5e5ac437738889fd145825d825e06 (diff) |
Added Locale for sv_SE dirs and files, the cobrand perlfile and templates
Diffstat (limited to 'perllib')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FixaMinGata.pm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixaMinGata.pm b/perllib/FixMyStreet/Cobrand/FixaMinGata.pm index c7d5ea7a1..10a85aef0 100644 --- a/perllib/FixMyStreet/Cobrand/FixaMinGata.pm +++ b/perllib/FixMyStreet/Cobrand/FixaMinGata.pm @@ -10,7 +10,10 @@ use FixMyStreet::Geocode::OSM; sub path_to_web_templates { my $self = shift; - return [ FixMyStreet->path_to( 'templates/web', $self->moniker )->stringify ]; + return [ + FixMyStreet->path_to( 'templates/web', $self->moniker )->stringify, + FixMyStreet->path_to( 'templates/web/fixmystreet' )->stringify + ]; } sub country { |