You are here

location.wf.inc in Location 5

File

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

// Wallis and Futuna
function location_province_list_wf() {
  return array(
    'A' => "Alo",
    'S' => "Sigave",
    'W' => "Wallis",
  );
}

Functions