You are here

location.sb.inc in Location 5

File

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

// Solomon Islands
function location_province_list_sb() {
  return array(
    'CE' => "Central",
    'CH' => "Choiseul",
    'GC' => "Guadalcanal",
    'HO' => "Honiara",
    'IS' => "Isabel",
    'MK' => "Makira",
    'ML' => "Malaita",
    'RB' => "Rennell and Bellona",
    'TM' => "Temotu",
    'WE' => "Western",
  );
}

Functions