You are here

location.at.inc in Location 5

File

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

// Austria
function location_province_list_at() {
  return array(
    'BUR' => "Burgenland",
    'KAR' => "Karnten",
    'NOS' => "Niederosterreich",
    'OOS' => "Oberosterreich",
    'SAL' => "Salzburg",
    'STE' => "Steiermark",
    'TIR' => "Tirol",
    'VOR' => "Vorarlberg",
    'WIE' => "Wien",
  );
}

Functions