You are here

location.tf.inc in Location 5

File

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

// French Southern Territories
function location_province_list_tf() {
  return array(
    'C' => "Iles Crozet",
    'K' => "Iles Kerguelen",
    'A' => "Ile Amsterdam",
    'P' => "Ile Saint-Paul",
    'D' => "Adelie Land",
  );
}

Functions