Alle Zimmer sind mit Dusche/WC und Radio ausgestattet und sind Nichtraucherzimmer.
Ihr Auto stellen Sie während Ihres Urlaubs auf den hoteleigenen Parkplätzen ab - pro Zimmer steht ein Parkplatz zur Verfügung.
class user_robots { function main($content,$conf){ header('Content-Type:text/plain; charset=utf-8;'); $conf["value"] = str_replace("{TYPO3_REQUEST_HOST}",t3lib_div::getIndpEnv('TYPO3_REQUEST_HOST'),$conf["value"]); die($conf["value"]); //exit; $content = explode(chr(10),$conf["value"]); $content = str_replace("TYPO3_REQUEST_HOST",t3lib_div::getIndpEnv('TYPO3_REQUEST_HOST'),$content); return implode(chr(10), $content); } } ?>