You are here

location.bh.inc in Location 5

File

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

// Bahrain
function location_province_list_bh() {
  return array(
    'CAP' => "Capital",
    'CEN' => "Central",
    'MUH' => "Muharraq",
    'NOR' => "Northern",
    'SOU' => "Southern",
  );
}

Functions