You are here

location.is.inc in Location 5

File

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

// Iceland
function location_province_list_is() {
  return array(
    'AL' => "Austurland",
    'HF' => "Hofuoborgarsvaeoi",
    'NE' => "Norourland eystra",
    'NV' => "Norourland vestra",
    'SL' => "Suourland",
    'SN' => "Suournes",
    'VF' => "Vestfiroir",
    'VL' => "Vesturland",
  );
}

Functions