You are here

location.ht.inc in Location 5

File

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

// Haiti
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",
  );
}

Functions