You are here

location.st.inc in Location 5

File

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

// Sao Tome and Principe
function location_province_list_st() {
  return array(
    'S' => "Sao Tome",
    'P' => "Principe",
  );
}

Functions