File: /home/dermova/public_html/india/wp-content/themes/ri-colias/header.php
<?php
/**
* The template for displaying the header
*
* RIT Core
* @package RIT Core
* @version 0.1
* @author CleverSoft
* @link http://cleversoft.co
* @copyright Copyright (c) 2015 CleverSoft
* @license GPL v2
*/
?><!DOCTYPE html>
<html <?php language_attributes(); ?> class="no-js">
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<?php if(get_theme_mod('rit_enable_responsive', '1')) { ?>
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php } ?>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<!--[if lt IE 9]>
<script src="<?php echo esc_url( get_template_directory_uri() ); ?>/js/html5.js"></script>
<![endif]-->
<script>(function(){document.documentElement.className='js'})();</script>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php if(!get_theme_mod('rit_page_layout', '1')) { ?>
<div class="container">
<?php } ?>
<div id="page" class="wrapper">
<div class="canvas-overlay"></div>
<?php
$layout_header = '';
if(is_page() || is_single() || is_front_page()){
$layout_header = get_post_meta($post->ID, 'layout_header', true);
}
if($layout_header == 'global' || empty($layout_header)){
get_template_part('included/templates/header/header', get_theme_mod('rit_default_header', '1'));
}
else{
get_template_part('included/templates/header/header', $layout_header);
}
?>
<div id="content" class="site-content">
<div class="container">
<div class="container-inner">