You are here

location.sl.inc in Location 5

File

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

// Sierra Leone
function location_province_list_sl() {
  return array(
    'E' => "Eastern",
    'N' => "Northern",
    'S' => "Southern",
    'W' => "Western",
  );
}

Functions