You are here

location.gd.inc in Location 5

File

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

// Grenada
function location_province_list_gd() {
  return array(
    'A' => "Saint Andrew",
    'D' => "Saint David",
    'G' => "Saint George",
    'J' => "Saint John",
    'M' => "Saint Mark",
    'P' => "Saint Patrick",
    'C' => "Carriacou",
    'Q' => "Petit Martinique",
  );
}

Functions