You are here

location.vc.inc in Location 5

File

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

// Saint Vincent and the Grenadines
function location_province_list_vc() {
  return array(
    'C' => "Charlotte",
    'R' => "Grenadines",
    'A' => "Saint Andrew",
    'D' => "Saint David",
    'G' => "Saint George ",
    'P' => "Saint Patrick",
  );
}

Functions