You are here

location.fm.inc in Location 5

File

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

// Micronesia, Federated States of
function location_province_list_fm() {
  return array(
    'C' => "Chuuk",
    'K' => "Kosrae",
    'P' => "Pohnpei",
    'Y' => "Yap",
  );
}

Functions