You are here

location.ad.inc in Location 5

File

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

// Andorra
function location_province_list_ad() {
  return array(
    'ALV' => "Andorra la Vella",
    'CAN' => "Canillo",
    'ENC' => "Encamp",
    'ESE' => "Escaldes-Engordany",
    'LMA' => "La Massana",
    'ORD' => "Ordino",
    'SJL' => "",
  );
}

Functions