You are here

location.as.inc in Location 5

File

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

// American Samoa
function location_province_list_as() {
  return array(
    'E' => "Eastern",
    'M' => "Manu'a",
    'R' => "Rose Island",
    'S' => "Swains Island",
    'W' => "Western",
  );
}

Functions