| Server IP : 198.244.165.102 / Your IP : 216.73.216.218 [ Web Server : nginx/1.24.0 System : Linux modovh-ub-01 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : colleary ( 1011) PHP Version : 8.3.23 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/colleary/public_html/wp-content/themes/realhomes/ |
Upload File : |
<!doctype html>
<!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7" <?php language_attributes(); ?>> <![endif]-->
<!--[if IE 7]> <html class="lt-ie9 lt-ie8" <?php language_attributes(); ?>> <![endif]-->
<!--[if IE 8]> <html class="lt-ie9" <?php language_attributes(); ?>> <![endif]-->
<!--[if gt IE 8]><!--> <html <?php language_attributes(); ?>> <!--<![endif]-->
<head><meta name="google-site-verification" content="r-wmJTizkb9OnJ2n5klz0R7pGooO-AeLmkJ2eAKJP80" /><script type="text/javascript"></script><script type="text/javascript"></script>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="profile" href="http://gmpg.org/xfn/11">
<meta name="format-detection" content="telephone=no">
<?php
if ( !function_exists( 'has_site_icon' ) || !has_site_icon() ) {
$favicon = get_option( 'theme_favicon' );
if ( ! empty( $favicon ) ) {
?><link rel="shortcut icon" href="<?php echo esc_url( $favicon ); ?>" /><?php
}
}
if ( is_singular() && pings_open( get_queried_object() ) ) {
?><link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"><?php
}
wp_head();
?>
<script type="text/javascript"></script><script type="text/javascript"></script></head>
<body <?php body_class(); ?>>
<!-- Start Header -->
<div class="header-wrapper">
<div class="container"><!-- Start Header Container -->
<header id="header" class="clearfix">
<div id="header-top" class="clearfix">
<?php
/* WPML Language Switcher */
if ( function_exists( 'icl_get_languages' ) ) {
$wpml_lang_switcher = get_option( 'theme_wpml_lang_switcher' );
if ( $wpml_lang_switcher == 'true' ) {
do_action( 'icl_language_selector' );
}
}
// Currency Switcher
get_template_part( 'template-parts/header-currency-switcher' );
// header email
$header_email = get_option('theme_header_email');
if ( ! empty( $header_email ) ) {
?>
<h2 id="contact-email">
<?php
include( get_template_directory() . '/images/icon-mail.svg' );
_e( 'Email us at', 'framework' ); ?> :
<a href="mailto:<?php echo antispambot( $header_email ); ?>"><?php echo antispambot( $header_email ); ?></a>
</h2>
<?php
}
?>
<!-- Social Navigation -->
<?php get_template_part( 'template-parts/social-nav' ); ?>
<!-- User Navigation -->
<?php get_template_part( 'template-parts/user-nav' ); ?>
</div>
<!-- Logo -->
<div id="logo">
<?php
$logo_path = get_option('theme_sitelogo');
if(!empty($logo_path)){
?>
<a title="<?php bloginfo( 'name' ); ?>" href="<?php echo home_url(); ?>">
<img src="<?php echo esc_url( $logo_path ); ?>" alt="<?php bloginfo( 'name' ); ?>">
</a>
<h2 class="logo-heading only-for-print">
<a href="<?php echo home_url(); ?>" title="<?php bloginfo( 'name' ); ?>">
<?php bloginfo( 'name' ); ?>
</a>
</h2>
<?php
}else{
?>
<h2 class="logo-heading">
<a href="<?php echo home_url(); ?>" title="<?php bloginfo( 'name' ); ?>">
<?php bloginfo( 'name' ); ?>
</a>
</h2>
<?php
}
$description = get_bloginfo ( 'description' );
if($description){
echo '<div class="tag-line"><span>';
echo esc_html( $description );
echo '</span></div>';
}
?>
</div>
<div class="menu-and-contact-wrap">
<?php
$header_phone = get_option('theme_header_phone');
if( !empty($header_phone) ){
$desktop_version = '<span class="desktop-version">' . $header_phone . '</span>';
$mobile_version = '<a class="mobile-version" href="tel://'.$header_phone.'" title="Make a Call">' .$header_phone. '</a>';
echo '<h2 class="contact-number "><i class="fa fa-phone"></i>'. $desktop_version . $mobile_version . '<span class="outer-strip"></span></h2>';
}
?>
<!-- Start Main Menu-->
<nav class="main-menu">
<?php
wp_nav_menu( array(
'theme_location' => 'main-menu',
'menu_class' => 'clearfix'
));
?>
</nav>
<!-- End Main Menu -->
</div>
</header>
</div> <!-- End Header Container -->
</div><!-- End Header -->