You are here

location.pk.inc in Location 5

File

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

// Pakistan
function location_province_list_pk() {
  return array(
    'B' => "Balochistan",
    'T' => "Federally Administered Tribal Areas",
    'I' => "Islamabad Capital Territory",
    'N' => "North-West Frontier Province",
    'P' => "Punjab",
    'S' => "Sindh ",
  );
}

Functions