HEX
Server: Apache
System: Linux p3plzcpnl504902.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: nhqyemt2u0zd (3690907)
PHP: 7.2.34
Disabled: NONE
Upload Files
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>');
} ?>