-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
42 lines (33 loc) · 1.39 KB
/
Copy pathheader.php
File metadata and controls
42 lines (33 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?php
/**
* User: Denis Zharov
* Date: 17.09.2018
* Time: 12:56
*/
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?> class="no-js" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<?php wp_head(); ?>
<?php echo adswth_option( 'additional_header_scripts' ); ?>
<?php do_action('ads_head_addons'); ?>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.js"></script>
<![endif]-->
</head>
<body <?php body_class('js-items-lazy-load'); ?>>
<a class="skip-link screen-reader-text" href="#main"><?php esc_html_e( 'Skip to content', 'davinciwoo' ); ?></a>
<div id="wrapper">
<?php do_action('adswth_before_header'); ?>
<header id="header" class="header <?php //adswth_header_classes(); ?>">
<div class="header-wrapper">
<?php get_template_part('template-parts/header/header', 'wrapper'); ?>
</div><!-- header-wrapper-->
</header>
<?php do_action('adswth_after_header'); ?>
<main id="main" class="<?php //adswth_main_classes(); ?>">