D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
sadaunjx
/
darpress.com
/
new
/
wp-content
/
themes
/
vinkmag
/
Filename :
header.php
back
Copy
<?php /** * The Header template for our theme * * Displays all of the <head> section and everything up till <div id="main"> */ ?><!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <?php wp_head(); ?> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-174337897-2"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-174337897-2'); </script> </head> <body <?php body_class(); ?>> <div id="preloader" class="hidden"> <div class="spinner"> <div class="double-bounce1"></div> <div class="double-bounce2"></div> </div> <div class="preloader-cancel-btn-wraper"> <a href="<?php esc_url('#') ?>" class="btn btn-primary preloader-cancel-btn"> <?php esc_html_e('Cancel Preloader', 'vinkmag');?> </a> </div> </div> <?php vinkmag_header(); ?>