You are here

location.cc.inc in Location 5

File

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

// Cocos (Keeling) Islands
function location_province_list_cc() {
  return array(
    'D' => "Direction Island",
    'H' => "Home Island",
    'O' => "Horsburgh Island",
    'S' => "South Island",
    'W' => "West Island",
  );
}

Functions