You are here

location.km.inc in Location 5

File

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

// Comoros
function location_province_list_km() {
  return array(
    'G' => "Grande Comore",
    'A' => "Anjouan",
    'M' => "Moheli",
  );
}

Functions