You are here

function location_province_list_ht in Location 5

Same name and namespace in other branches
  1. 5.3 supported/location.ht.inc \location_province_list_ht()
  2. 6.3 supported/location.ht.inc \location_province_list_ht()
  3. 7.5 supported/location.ht.inc \location_province_list_ht()
  4. 7.3 supported/location.ht.inc \location_province_list_ht()
  5. 7.4 supported/location.ht.inc \location_province_list_ht()

File

supported/location.ht.inc, line 5

Code

function location_province_list_ht() {
  return array(
    'AR' => "Artibonite",
    'CE' => "Centre",
    'GA' => "Grand'Anse",
    'ND' => "Nord",
    'NE' => "Nord-Est",
    'NO' => "Nord-Ouest",
    'OU' => "Ouest",
    'SD' => "Sud",
    'SE' => "Sud-Est",
  );
}