diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-05-27 22:46:12 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-05-27 22:46:12 +0100 |
commit | dc3dd6e026c6620a2e87f5fefe2e1d6809e87b88 (patch) | |
tree | 56aec9076bb022a72aff0b9f1fdac296d1f412e9 | |
parent | 4869dcea6e794b605d01975da66ab6dc8d925240 (diff) |
Pull request #93, merge norwegian_branded_urls in.
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FiksGataMi.pm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FiksGataMi.pm b/perllib/FixMyStreet/Cobrand/FiksGataMi.pm index 242c41cc8..448f2e2a6 100644 --- a/perllib/FixMyStreet/Cobrand/FiksGataMi.pm +++ b/perllib/FixMyStreet/Cobrand/FiksGataMi.pm @@ -35,6 +35,14 @@ sub area_min_generation { return ''; } +sub admin_base_url { + return 'http://www.fiksgatami.no/admin/'; +} + +sub writetothem_url { + return 'http://www.norge.no/styresmakter/'; +} + # If lat/lon are present in the URL, OpenLayers will use that to centre the map. # Need to specify a zoom to stop it defaulting to null/0. sub uri { |