You are here

location.lr.inc in Location 5

File

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

// Liberia
function location_province_list_lr() {
  return array(
    'BI' => "Bomi",
    'BG' => "Bong",
    'GB' => "Grand Bassa",
    'CM' => "Grand Cape Mount",
    'GG' => "Grand Gedeh",
    'GK' => "Grand Kru",
    'LO' => "Lofa",
    'MG' => "Margibi",
    'ML' => "Maryland",
    'MS' => "Montserrado",
    'NB' => "Nimba",
    'RC' => "River Cess",
    'SN' => "Sinoe",
  );
}

Functions