You are here

location.hm.inc in Location 5

File

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

// Heard Island and McDonald Islands
function location_province_list_hm() {
  return array(
    'F' => "Flat Island",
    'M' => "McDonald Island",
    'S' => "Shag Island",
    'H' => "Heard Island",
  );
}

Functions