You are here

location.ky.inc in Location 5

File

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

// Cayman Islands
function location_province_list_ky() {
  return array(
    'CR' => "Creek",
    'EA' => "Eastern",
    'ML' => "Midland",
    'ST' => "South Town",
    'SP' => "Spot Bay",
    'SK' => "Stake Bay",
    'WD' => "West End ",
    'WN' => "Western",
  );
}

Functions