diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-07-13 21:57:10 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-07-13 21:57:10 +0100 |
commit | 0a512ce7d620a403a081b0bed500272e4ed55cf7 (patch) | |
tree | 8c924fe23f683cfb1f7de3e50642fed090a53b68 /perllib/FixMyStreet/Cobrand/Base.pm | |
parent | 52a27eb4589102f373dd4835a231301ad6060908 (diff) |
Move default cobrand to new design.
Due to old cobrands, this involves the subclasses implementing the
web templates dir to ignore what the default is doing.
A vaguely garish yet pleasing colour scheme has been chosen so that
the site is both usable and suggests you may want to change it.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Base.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Base.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Base.pm b/perllib/FixMyStreet/Cobrand/Base.pm index fada33b78..4a95294d6 100644 --- a/perllib/FixMyStreet/Cobrand/Base.pm +++ b/perllib/FixMyStreet/Cobrand/Base.pm @@ -62,7 +62,7 @@ Returns the path to the templates for this cobrand - by default sub path_to_web_templates { my $self = shift; - return [ FixMyStreet->path_to( 'templates/web', $self->moniker )->stringify ]; + return [ FixMyStreet->path_to( 'templates/web/fixmystreet' )->stringify ]; } 1; |