You are here

location.sy.inc in Location 5

File

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

// Syrian Arab Republic
function location_province_list_sy() {
  return array(
    'HA' => "Al Hasakah",
    'LA' => "Al Ladhiqiyah",
    'QU' => "Al Qunaytirah",
    'RQ' => "Ar Raqqah",
    'SU' => "As Suwayda",
    'DA' => "Dara",
    'DZ' => "Dayr az Zawr",
    'DI' => "Dimashq",
    'HL' => "Halab",
    'HM' => "Hamah",
    'HI' => "Hims",
    'ID' => "Idlib",
    'RD' => "Rif Dimashq",
    'TA' => "Tartus",
  );
}

Functions