You are here

location.fj.inc in Location 5

File

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

// Fiji
function location_province_list_fj() {
  return array(
    'C' => "Central Division",
    'N' => "Northern Division",
    'E' => "Eastern Division",
    'W' => "Western Division",
    'R' => "Rotuma",
  );
}

Functions