You are here

location.ag.inc in Location 5

File

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

// Antigua and Barbuda
function location_province_list_ag() {
  return array(
    'ASG' => "Saint George",
    'ASJ' => "Saint John",
    'ASM' => "Saint Mary",
    'ASL' => "Saint Paul",
    'ASR' => "Saint Peter",
    'ASH' => "Saint Philip",
    'BAR' => "Barbuda",
    'RED' => "Redonda",
  );
}

Functions