You are here

location.bm.inc in Location 5

File

supported/location.bm.inc
View source
<?php

// Bermuda
function location_province_list_bm() {
  return array(
    'DS' => "Devonshire",
    'HC' => "Hamilton City",
    'HA' => "Hamilton",
    'PG' => "Paget",
    'PB' => "Pembroke",
    'GC' => "Saint George City",
    'SG' => "Saint George's",
    'SA' => "Sandys",
    'SM' => "Smith's",
    'SH' => "Southampton",
    'WA' => "Warwick",
  );
}

Functions