You are here

location.io.inc in Location 5

File

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

// British Indian Ocean Territory
function location_province_list_io() {
  return array(
    'PB' => "Peros Banhos",
    'SI' => "Salomon Islands",
    'NI' => "Nelsons Island",
    'TB' => "Three Brothers",
    'EA' => "Eagle Islands",
    'DI' => "Danger Island",
    'EG' => "Egmont Islands",
    'DG' => "Diego Garcia",
  );
}

Functions