diff options
Diffstat (limited to 'perllib/Cobrands/Barnet/Util.pm')
-rw-r--r-- | perllib/Cobrands/Barnet/Util.pm | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/perllib/Cobrands/Barnet/Util.pm b/perllib/Cobrands/Barnet/Util.pm index a518543a2..dbf04b992 100644 --- a/perllib/Cobrands/Barnet/Util.pm +++ b/perllib/Cobrands/Barnet/Util.pm @@ -7,7 +7,7 @@ # Copyright (c) 2009 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: Util.pm,v 1.3 2009-12-22 11:02:47 matthew Exp $ +# $Id: Util.pm,v 1.4 2009-12-22 11:17:26 matthew Exp $ package Cobrands::Barnet::Util; use Standard; @@ -20,6 +20,15 @@ sub new { return bless {}, $class; } +=item site_restriction Q + +Return a site restriction clause and a site key. + +=cut +sub site_restriction{ + return ('and council=2489', 'barnet'); +} + =item Return the base url for this cobranded site |