| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/HostingSpaces/admin/aifortoday.co.uk/wwwroot/wp-content/themes/medicare-clinic/ |
Upload File : |
<?php
/**
* The header for our theme
*
* @package Medicare Clinic
* @subpackage medicare_clinic
*/
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php if ( function_exists( 'wp_body_open' ) )
{
wp_body_open();
}else{
do_action('wp_body_open');
}
?>
<?php if(get_theme_mod('medicare_clinic_preloader_show_hide','') != ''){ ?>
<div class="loader">
<div class="center center1">
<div class="ring"></div>
</div>
<div class="center center2">
<div class="ring"></div>
</div>
</div>
<?php }?>
<header role="banner">
<a class="screen-reader-text skip-link" href="#tp_content"><?php esc_html_e( 'Skip to content', 'medicare-clinic' ); ?></a>
<?php
get_template_part( 'template-parts/header/site', 'branding' );
?>
</header>