aboutsummaryrefslogtreecommitdiffstats
path: root/t/Cobrands/Mysite/Util.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/Cobrands/Mysite/Util.pm')
-rw-r--r--t/Cobrands/Mysite/Util.pm10
1 files changed, 7 insertions, 3 deletions
diff --git a/t/Cobrands/Mysite/Util.pm b/t/Cobrands/Mysite/Util.pm
index 42b920f91..ebefe6336 100644
--- a/t/Cobrands/Mysite/Util.pm
+++ b/t/Cobrands/Mysite/Util.pm
@@ -7,7 +7,7 @@
# Copyright (c) 2009 UK Citizens Online Democracy. All rights reserved.
# Email: louise@mysociety.org. WWW: http://www.mysociety.org
#
-# $Id: Util.pm,v 1.2 2009-08-31 09:49:59 louise Exp $
+# $Id: Util.pm,v 1.3 2009-09-09 15:29:27 louise Exp $
package Cobrands::Mysite::Util;
use Page;
@@ -29,8 +29,12 @@ sub site_restriction{
}
sub page{
- my %params = ();
- return ("A cobrand produced page", %params);
+ my %params = ();
+ return ("A cobrand produced page", %params);
+}
+
+sub base_url{
+ return 'mysite.example.com';
}
1;