File: D:/HostingSpaces/SBogers44/ledubtoernooi.nl/wwwroot/wp-content/themes/dynamic-news-lite/header.php
<!DOCTYPE html><!-- HTML 5 -->
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-THX2W8"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-THX2W8');</script>
<!-- End Google Tag Manager -->
<?php // Get Theme Options from Database
$theme_options = dynamicnews_theme_options();
?>
<div id="wrapper" class="hfeed">
<div id="topnavi-wrap">
<?php locate_template('/inc/top-navigation.php', true); ?>
</div>
<div id="header-wrap">
<header id="header" class="container clearfix" role="banner">
<div id="logo" class="clearfix">
<?php dynamicnews_site_logo(); ?>
<?php dynamicnews_site_title(); ?>
<?php // Display Tagline on header if activated
if ( isset($theme_options['header_tagline']) and $theme_options['header_tagline'] == true ) : ?>
<h2 class="site-description"><?php echo bloginfo('description'); ?></h2>
<?php endif; ?>
</div>
<div id="header-content" class="clearfix">
<?php get_template_part('inc/header-content'); ?>
</div>
</header>
</div>
<div id="navi-wrap">
<nav id="mainnav" class="container clearfix" role="navigation">
<?php
// Get Navigation out of Theme Options
wp_nav_menu( array(
'theme_location' => 'primary',
'container' => false,
'menu_id' => 'mainnav-menu',
'menu_class' => 'main-navigation-menu',
'echo' => true,
'fallback_cb' => 'dynamicnews_default_menu',
'depth' => 0
) );
?>
</nav>
</div>
<?php // Display Custom Header Image
dynamicnews_display_custom_header(); ?>