You are here

location.ms.inc in Location 5

File

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

// Montserrat
function location_province_list_ms() {
  return array(
    'A' => "Saint Anthony",
    'G' => "Saint Georges",
    'P' => "Saint Peter",
  );
}

Functions