Ostelli a Plovdiv

Ostelli a Plovdiv Questo è l'elenco di tutti gli Ostelli a Sofia. Verifica la disponibilità in tempo reale ed eventualmente prenota. Avrai la possibilità di vedere foto e informazioni relative alla struttura. Vedi la mappa per la posizione.

{source}
<?php
global $charset;
global $latin1;
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"] = "sofia";
$Hostel["Country"] = "bulgaria";
$group_city = false;
$Hotel["SelfAccredited"] = "";
$show_strutture_testa = true;
$language = 'it'; include ('include_once ('./script_hotel_hostel_php4.php');
?>
{/source}