You are here

location.um.inc in Location 5

File

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

// United States Minor Outlying Islands
function location_province_list_um() {
  return array(
    'BI' => "Baker Island",
    'HI' => "Howland Island",
    'JI' => "Jarvis Island",
    'JA' => "Johnston Atoll",
    'KR' => "Kingman Reef",
    'MA' => "Midway Atoll",
    'NI' => "Navassa Island",
    'PA' => "Palmyra Atoll",
    'WI' => "Wake Island",
  );
}

Functions