HEX
Server: Apache/2.4.49 (FreeBSD) OpenSSL/1.0.2s-freebsd PHP/5.6.36
System: FreeBSD hosting.icon.bg 11.3-RELEASE-p13 FreeBSD 11.3-RELEASE-p13 #0: Tue Sep 1 06:56:51 UTC 2020 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
User: ftpuser (1002)
PHP: 5.6.36
Disabled: NONE
Upload Files
File: /hosting/kak.bg/web/wp-content/themes/vlog/vlog/header.php
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<link rel="profile" href="https://gmpg.org/xfn/11" />
<?php wp_head(); ?>
</head>

<body <?php body_class(); ?>>

	<?php if( vlog_get_option( 'content_layout' ) == 'boxed' ): ?>
		<div class="vlog-body-box">
	<?php endif; ?>
    
    <?php if(vlog_show_header()): ?>
        <?php if( vlog_get_option( 'header_top' ) ): ?>
            <?php get_template_part( 'template-parts/header/topbar' ); ?>
        <?php endif; ?>
    
        <?php $shadow_class = vlog_get_option('header_shadow') ? 'vlog-header-shadow' : ''; ?>
        
        <header id="header" class="vlog-site-header <?php echo esc_attr( $shadow_class ); ?> hidden-xs hidden-sm">
            
            <?php get_template_part( 'template-parts/header/layout-' . vlog_get_option('header_layout') ); ?>
    
        </header>
    
        <?php if ( vlog_get_option( 'header_sticky' ) ): ?>
                <?php if ( vlog_get_option( 'header_sticky_customize' ) ): ?>
					<?php get_template_part( 'template-parts/header/sticky-' . vlog_get_option('header_sticky_layout') ) ?>
				<?php else: ?>
					<?php get_template_part( 'template-parts/header/sticky-1' ); ?>
				<?php endif; ?>
        <?php endif; ?>
    
        <?php get_template_part( 'template-parts/header/responsive' ); ?>
    <?php endif; ?>
	<div id="content" class="vlog-site-content">