File: /home/hzaluminio/www/wp-content/themes/gaze/header.php
<!doctype html>
<html <?php language_attributes(); ?>>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-S4YJGG5TVG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-S4YJGG5TVG');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-T72LP52');</script>
<!-- End Google Tag Manager -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-170595695-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-170595695-1');
</script>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<?php wp_head(); ?>
<link href="https://www.nichodigital.com.br/footer/style.css" rel="stylesheet" type="text/css" />
</head>
<body <?php body_class(); ?>>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T72LP52"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<?php
get_template_part( 'inc/content', 'preloader' );
get_template_part( 'inc/content-header', 'side-nav' );
?>
<div class="main-wrapper oh">
<?php get_template_part( 'inc/layout-header', ebor_get_header_layout() ); ?>
<div class="content-wrapper oh">
<?php if( class_exists( 'woocommerce' ) && 'shop' == ebor_get_header_layout() ) : ?>
<div class="container">
<?php woocommerce_breadcrumb( array( 'delimiter' => '', 'wrap_before' => '<ol class="breadcrumb">', 'wrap_after' => '</ol>', 'before' => '<li>', 'after' => '</li>' ) ); ?>
</div>
<?php endif;