You are here

location.ke.inc in Location 5

File

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

// Kenya
function location_province_list_ke() {
  return array(
    'CE' => "Central",
    'CO' => "Coast",
    'EA' => "Eastern",
    'NA' => "Nairobi Area",
    'NE' => "North Eastern",
    'NY' => "Nyanza",
    'RV' => "Rift Valley",
    'WE' => "Western",
  );
}

Functions