affiliateData; if($affiliateType=='hotel'){ $loc = $data->loc; $hotel = $data->hotel; $rooms= $data->rooms; $title= "$hotel->nume"; $description = str_replace("\"","'", substr( $hotel->description, 0, 200))."..." ; $keywords = "$hotel->name, $loc->fullName, $loc->county, România, booking, hotel, rezervari, contact, adresa, accomodation"; $url=generate_url(str_replace('.','-',$hotel->subdomeniu)); $bookUrl=$redirectUrl.'/booking-engine/'.$url.'/'; }else{ $title= $wb; $description = $wb.' '.tr('Găsiți hotelul potrivit.',$_SESSION['language']) ; $site_img=''; } include($templateBaseDir.'start.php'); include($templateBaseDir.'index.php'); include($templateBaseDir.'end.php'); ?>