You are here

location.il.inc in Location 5

File

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

// Israel
function location_province_list_il() {
  return array(
    'C' => "Central",
    'H' => "Haifa",
    'J' => "Jerusalem",
    'N' => "Northern",
    'S' => "Southern",
    'T' => "Tel Aviv",
  );
}

Functions