{kl_php}
global $charset;
global $search_by_hostel;
global $search_by_hotel;
global $Hotel;
global $Hostel;
global $group_city;
global $show_strutture_testa;
global $language;
global $use_db;
$use_db = 'hostgator_sat';
$charset = 'latin1';
$search_by_hostel = True;
$search_by_hotel = False;
$hide_disp = true;
$Hotel["Geo_Town"] = "";
$Hotel["Geo_Country"] = "";
$Hostel["City"] = "Ljubljana";
$Hostel["Country"] = "";
$group_city = false;
$Hotel["SelfAccredited"] = "";
$show_strutture_testa = True;
$language = 'it';
include ('./script_hotel_hostel_php4.php');
{/kl_php}
|