You are here

location.mp.inc in Location 5

File

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

// Northern Mariana Islands
function location_province_list_mp() {
  return array(
    'N' => "Northern Islands",
    'R' => "Rota",
    'S' => "Saipan",
    'T' => "Tinian",
  );
}

Functions