You are here

location.bd.inc in Location 5

File

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

// Bangladesh
function location_province_list_bd() {
  return array(
    'BAR' => "Barisal",
    'CHI' => "Chittagong",
    'DHA' => "Dhaka",
    'KHU' => "Khulna",
    'RAJ' => "Rajshahi",
    'SYL' => "Sylhet",
  );
}

Functions