Skip to content
$path = parse_url($_SERVER['REQUEST_URI']);
$isBookingPage = strpos($path['path'], "/booking") !== false;
if ($path['path'] === "/" && !$isBookingPage):?>
endif;?>
if ($path['path'] !== "/" && !$isBookingPage):?>
endif;?>
Proin ligula justo iaculis quis ornare in tempus id purus.
Go to Top