File: /home/dalieudr/public_html/wp-content/themes/MD-THEME/header.php
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="profile" href="http://gmpg.org/xfn/11">
<?php wp_head(); ?>
</head>
<?php global $sh_option;?>
<body <?php body_class(); ?> itemscope="itemscope" itemtype="http://schema.org/WebPage">
<?php do_action( 'sh_before_header' );?>
<div id="page" class="site">
<header id="masthead" <?php header_class();?> role="banner" itemscope="itemscope" itemtype="http://schema.org/WPHeader">
<!-- Start Top Header -->
<?php if( $sh_option['display-topheader-widget'] == 1 ) : ?>
<div class="top-header">
<div class="container">
<?php dynamic_sidebar( 'Top Header' );?>
</div>
</div>
<?php endif; ?>
<!-- End Top Header -->
<?php sh_header_layout();?>
</header><!-- #masthead -->
<?php create_slide_carousel(); ?>
<div id="content" class="site-content">
<?php do_action( 'before_content' ) ?>
<div class="container">