All rooms are equipped with shower/WC and radio, and are no-smoking.
During your holidays, you can leave your car securely parked in our own parking area - one parking space is available per room.
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); } } ?>