/home/edulekha/public_html/wp-content/themes/crocol/header.php
<!DOCTYPE html>
<!--[if IE 7]>
<html class="ie ie7" <?php language_attributes(); ?>>
<![endif]-->
<!--[if IE 8]>
<html class="ie ie8" <?php language_attributes(); ?>>
<![endif]-->
<!--[if !(IE 7) & !(IE 8)]><!-->
<html <?php language_attributes(); ?>>
<!--<![endif]-->
<head>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-104190090-1', 'auto');
ga('send', 'pageview');
</script>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php esc_url(bloginfo( 'pingback_url' )); ?>">
<?php wp_head();?>
<!--Google Webmaster tools-->
<meta name="google-site-verification" content="Okd4o9O8JyRyqQ-VOqpKscBGJTCC2R3WqFvevG15x5s" />
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/5b0e70198859f57bdc7bae4e/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</head>
<body <?php body_class(); ?>>
<?php
$header_layout = get_theme_mod('header_layout');
if (!$header_layout) {
$header_layout = 'default';
}
$header_full_width = get_theme_mod('header_full_width');
if ($header_full_width): ?>
<header id="header" class="header-bg header-layout-<?php echo esc_attr($header_layout); ?>"><div class="m1-wrapper header-bg"><div class="wide">
<?php get_header('top-page-sidebar'); ?>
<?php get_header('layout-'.$header_layout); ?>
<div class="clear"></div>
<?php get_header('wide-sidebar'); ?>
</div></div></header>
<?php endif; ?>
<div class="m1-wrapper">
<div class="wide">
<?php if (!$header_full_width): ?>
<header id="header" class="header-layout-<?php
echo esc_attr($header_layout);
if (has_nav_menu( 'top-menu' )) {
echo ' has-top-menu';
}
?>">
<?php get_header('top-page-sidebar'); ?>
<?php get_header('layout-'.$header_layout); ?>
<div class="clear"></div>
<?php get_header('wide-sidebar'); ?>
</header>
<?php endif; ?>
<div class="clear"></div>
<div id='primary'>
<div id='content'><div class="content-inner">
<?php get_header('before-content-sidebar'); ?>