You are here

location.mc.inc in Location 5

File

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

// Monaco
function location_province_list_mc() {
  return array(
    'FV' => "Fontvieille",
    'LC' => "La Condamine",
    'MV' => "Monaco-Ville",
    'MC' => "Monte-Carlo",
  );
}

Functions