You are here

location.cg.inc in Location 5

File

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

// Congo
function location_province_list_cg() {
  return array(
    'BO' => "Bouenza",
    'BR' => "Brazzaville",
    'CU' => "Cuvette",
    'CO' => "Cuvette-Ouest",
    'KO' => "Kouilou",
    'LE' => "Lekoumou",
    'LI' => "Likouala",
    'NI' => "Niari",
    'PL' => "Plateaux",
    'PO' => "Pool ",
    'SA' => "Sangha",
  );
}

Functions