You are here

location.gh.inc in Location 5

File

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

// Ghana
function location_province_list_gh() {
  return array(
    'AS' => "Ashanti Region",
    'BA' => "Brong-Ahafo Region",
    'CE' => "Central Region",
    'EA' => "Eastern Region",
    'GA' => "Greater Accra Region",
    'NO' => "Northern Region",
    'UE' => "Upper East Region",
    'UW' => "Upper West Region",
    'VO' => "Volta Region",
    'WE' => "Western Region",
  );
}

Functions