File: /home/bibuzptr/elearning.bibu-edu.us/old/wp-content/themes/course-builder/header.php
<?php
/**
* The header for our theme.
*
* This is the template that displays all of the <head> section and everything up until <div id="content">
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
*/
?><!DOCTYPE html>
<html itemscope itemtype="http://schema.org/WebPage" <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<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(); ?>>
<?php
if ( function_exists( 'wp_body_open' ) ) {
wp_body_open();
} ?>
<?php do_action( 'thim_before_body' ); ?>
<div id="wrapper-container" <?php thim_wrapper_container_class(); ?>>
<div class="overlay-close-menu"></div>
<header id="masthead" class="site-header affix-top<?php thim_header_layout_class(); ?>">
<?php
$display = get_theme_mod( 'header_topbar_display', false );
if ( $display ) {
get_template_part( 'templates/header/topbar' );
}
?>
<?php
$header_template = get_theme_mod( 'header_template', 'layout-1' );
get_template_part( 'templates/header/' . $header_template );
?>
</header><!-- #masthead -->
<nav class="visible-xs mobile-menu-container mobile-effect" itemscope itemtype="http://schema.org/SiteNavigationElement">
<?php
get_template_part( 'templates/header/mobile-menu' ); ?>
</nav><!-- nav.mobile-menu-container -->
<div id="main-content">