You are here

location.ls.inc in Location 5

File

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

// Lesotho
function location_province_list_ls() {
  return array(
    'BE' => "Berea",
    'BB' => "Butha-Buthe",
    'LE' => "Leribe",
    'MF' => "Mafeteng",
    'MS' => "Maseru",
    'MH' => "Mohale's Hoek",
    'MK' => "Mokhotlong",
    'QN' => "Qacha's Nek",
    'QT' => "Quthing",
    'TT' => "Thaba-Tseka",
  );
}

Functions