You are here

location.tc.inc in Location 5

File

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

// Turks and Caicos Islands
function location_province_list_tc() {
  return array(
    'AC' => "Ambergris Cays",
    'DC' => "Dellis Cay",
    'FC' => "French Cay",
    'LW' => "Little Water Cay",
    'RC' => "Parrot Cay",
    'PN' => "Pine Cay",
    'SL' => "Salt Cay",
    'GT' => "Grand Turk",
    'SC' => "South Caicos",
    'EC' => "East Caicos",
    'MC' => "Middle Caicos",
    'NC' => "North Caicos",
    'PR' => "Providenciales",
    'WC' => "West Caicos",
  );
}

Functions