aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2012-04-20 12:10:16 +0100
committerDave Whiteland <dave@mysociety.org>2012-04-20 12:10:16 +0100
commit1dfa315b15c2b108124b6db59e25fcd0c79bb8b7 (patch)
tree7384511859c1b230aee6d6c94d90a30e9e186b05 /perllib/FixMyStreet
parentddfed3e1b445a16c50b874947790a0de7de2a178 (diff)
initial FixMyBarangay cobrand
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r--perllib/FixMyStreet/Cobrand/FixMyBarangay.pm22
1 files changed, 22 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm b/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm
new file mode 100644
index 000000000..9c4ceb0ce
--- /dev/null
+++ b/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm
@@ -0,0 +1,22 @@
+package FixMyStreet::Cobrand::FixMyBarangay;
+use base 'FixMyStreet::Cobrand::UKCouncils';
+
+use strict;
+use warnings;
+
+sub council_id { return 0; }
+sub council_area { return 'FixMyBarangay'; }
+sub council_name { return 'FixMyBarangay'; }
+sub council_url { return 'fmb'; }
+
+sub disambiguate_location {
+ return {
+ country => 'ph',
+ bing_culture => 'ph',
+ bing_country => 'The Philippines'
+ };
+}
+
+
+1;
+