File: /home/nhqyemt2u0zd/public_html/wp-content/themes/kitgreen1.1.0/header.php
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php
$favicon = wp_get_attachment_image_src( cs_get_option( 'favicon' ), 'full', true );
if ( !empty($favicon) ):
?>
<link rel="shortcut icon" href="<?php echo esc_url( $favicon[0] ); ?>" />
<?php endif; ?>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id="jws-main">
<?php jws_kitgreen_header();
$vertical = cs_get_option( 'header-layout' );
$option = get_post_meta( get_the_ID(), '_custom_page_options', true );
if($vertical == '8' || isset($option['header-layout']) && $option['header-layout'] == '8' ) echo '<div class="header_vh">';
?>
<?php if ( function_exists('yoast_breadcrumb') && !is_front_page() ) {
yoast_breadcrumb('<div><p id="breadcrumbs" class="breadcrumb">','</p></div>');
} ?>