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= "rentforcomfort.com"; $description = 'RentForComfort.com '.tr('Oferte si experiente de cazare.Rezerva o Experienta.',$_SESSION['language']) ; $site_img='https://www.rentforcomfort.com/resources/cluj.jpg'; } include($templateBaseDir.'start.php'); include($templateBaseDir.'index.php'); include($templateBaseDir.'end.php'); ?>