You are here

location.dj.inc in Location 5

File

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

// Djibouti
function location_province_list_dj() {
  return array(
    'S' => "'Ali Sabih",
    'K' => "Dikhil",
    'J' => "Djibouti",
    'O' => "Obock",
    'T' => "Tadjoura",
  );
}

Functions