You are here

location.cs.inc in Location 7.4

File

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

// Serbia and Montenegro
function location_province_list_cs() {
  return array(
    'KOS' => "Kosovo",
    'MON' => "Montenegro",
    'SER' => "Serbia",
    'VOJ' => "Vojvodina",
  );
}

Functions