You are here

location.tg.inc in Location 5

File

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

// Togo
function location_province_list_tg() {
  return array(
    'K' => "Kara",
    'P' => "Plateaux",
    'S' => "Savanes",
    'C' => "Centrale",
    'M' => "Maritime",
  );
}

Functions