diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2011-04-18 22:12:33 +0200 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2011-04-18 22:12:33 +0200 |
commit | 790035482641cc3d3047acc14d590a3ee15c691f (patch) | |
tree | 9c2f08689524e369c4062e5493c4d433f3fe9d8b | |
parent | d24711ad63b3f55c92de19e98ddfe314b4671b69 (diff) |
Try to replace URLs used in emails.
-rw-r--r-- | perllib/Cobrands/Fiksgatami/Util.pm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/perllib/Cobrands/Fiksgatami/Util.pm b/perllib/Cobrands/Fiksgatami/Util.pm index 2abc03d00..67146d495 100644 --- a/perllib/Cobrands/Fiksgatami/Util.pm +++ b/perllib/Cobrands/Fiksgatami/Util.pm @@ -58,5 +58,13 @@ sub area_min_generation { return ''; } +sub admin_base_url { + return 'http://www.fikstatami.no/admin/'; +} + +sub writetothem_url { + return 'http://www.norge.no/styresmakter/'; +} + 1; |