| Server IP : 208.109.34.209 / Your IP : 216.73.217.134 Web Server : Apache System : Linux 209.34.109.208.host.secureserver.net 5.14.0-687.29.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 23 16:18:48 EDT 2026 x86_64 User : oceanproject ( 1012) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/oceanproject/public_html/wp-content/themes/reda/ |
Upload File : |
<!DOCTYPE html>
<html <?php language_attributes(); ?> class="no-js no-svg">
<head>
<!-- End Google Tag Manager -->
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<?php wp_head(); ?>
<!-- <script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/21aefe68a5b44a5df59b65327/3d49333f06ada49b4d35ac215.js");</script>
<!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-16446952602"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-16446952602'); </script> -->
</head>
<?php if(function_exists('get_field')) {
if(get_field('reda_topbar_show_fixed', 'option') == true) {
$top_bar_fixed = 'bar-fixed';
} else {
$top_bar_fixed = '';
}
} else {
$top_bar_fixed = '';
}; ?>
<body <?php body_class(); ?> <?php reda_body_attr(); ?>>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M8HF6VQ3"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="loading-wrapper">
<div class="loading-progress"></div>
</div>
<?php if(function_exists('get_field') && get_field('reda_topbar', 'option') == true) : ?>
<div class="navbar-top-fixed <?php echo esc_attr($top_bar_fixed); ?>">
<div class="row">
<div class="small-12 columns">
<div class="navigation-widgets">
<?php
do_action( 'wpml_add_language_selector' );
if( have_rows('reda_topbar_elements', 'option') && function_exists('have_rows')) :
while( have_rows('reda_topbar_elements', 'option') ) :
the_row();
$el_content = get_sub_field('reda_topbar_add_element');
?>
<div class="nav-widget">
<?php
echo $el_content;
?>
</div>
<?php
endwhile;
endif;
?>
<?php if(get_field('reda_topbar_show_reservation', 'option') == true) : ?>
<?php $widget_title = get_field('reda_topbar_widget_title', 'option');
$widget_title = explode( '|', $widget_title );
if(strpos($widget_title[0], 'fa-') !== false) {
$icon = '<i class="fa '.$widget_title[0].'"></i>';
$title = $widget_title[1];
} else {
$icon = '';
$title = $widget_title;
}
?>
<div class="nav-widget-reservation nav-widget">
<div class="res-i"><?php echo $icon;?><span><?php echo esc_html($title);?></span></div>
</div>
<?php endif; ?>
</div>
</div>
</div>
</div>
<?php if(get_field('reda_topbar_show_reservation', 'option') == true) : ?>
<?php
$booking = new RedaBooking;
$booking = $booking->render();
echo $booking;
?>
<?php endif; ?>
<?php endif; ?>
<div class="navigation-top">
<div class="wrap">
<?php get_template_part( 'template-parts/navigation/navigation', 'top' ); ?>
</div>
</div>
<?php get_template_part( 'template-parts/navigation/navigation', 'fixed' ); ?>
<?php get_template_part( 'template-parts/navigation/navigation', 'mobile' ); ?>
<?php if (function_exists('have_rows')) : ?>
<div class="info-mobile-overlay hide-for-large">
<div class="homepage-mobile-overlay"></div>
<div class="close-nav btn-info-overlay">
<?php echo reda_get_svg( array( 'icon' => 'close' ) ); ?>
</div>
<div class="home-mobile-corners">
<?php do_action( 'wpml_add_language_selector' ); ?>
<div class="navigation-widgets">
<?php
if( have_rows('reda_topbar_elements', 'option')) :
while( have_rows('reda_topbar_elements', 'option') ) :
the_row();
$el_content = get_sub_field('reda_topbar_add_element');
?>
<div class="nav-widget">
<?php echo apply_filters('reda_the_content', $el_content); ?>
</div>
<?php
endwhile;
endif;
?>
</div>
<?php if( have_rows('reda_homepage_corners') ) :
while ( have_rows('reda_homepage_corners') ) : the_row();
$position = get_sub_field('position');
$position = explode('_', $position);
if( get_row_layout() == 'reda_homepage_social_menu' ): ?>
<ul class="home-social-media">
<?php
if( have_rows('reda_homepage_social_link') ) :
while ( have_rows('reda_homepage_social_link') ) : the_row();
echo '<li><a class="link-hover" target="_blank" href="'.esc_url(get_sub_field('reda_homepage_social_link_url')).'">'.esc_html(get_sub_field('reda_homepage_social_link_label')).'</a></li>';
endwhile;
endif;
?>
</ul>
<?php
elseif( get_row_layout() == 'reda_homepage_custom_text' ): ?>
<div class="home-contact-info"><?php echo apply_filters('reda_the_content', get_sub_field('reda_homepage_custom_text_content'));?></div>
<?php
endif;
endwhile;
endif;
?>
</div>
</div>
<?php endif; ?>
<div class="page-wrapper">