-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
46 lines (37 loc) · 1.42 KB
/
header.php
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
43
44
45
46
<!doctype html>
<html <?php language_attributes(); ?> class="no-js">
<head>
<meta charset="<?php bloginfo('charset'); ?>" />
<title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' :'; } ?> <?php bloginfo('name'); ?></title>
<!-- dns prefetch -->
<link href="//www.google-analytics.com" rel="dns-prefetch" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div class="off-canvas-wrapper">
<div class="off-canvas-wrapper-inner" data-off-canvas-wrapper>
<div class="off-canvas position-<?php echo FLOAT;?>" id="offCanvas<?php echo FLOAT;?>" data-off-canvas data-position="<?php echo FLOAT;?>">
<div class="mobile_menu_wrapper">
<?php //mobile_menu(); ?>
</div>
</div>
<div class="off-canvas-content" data-off-canvas-content>
<!-- wrapper -->
<div class="wrapper">
<!-- header -->
<header class="header clear" role="banner">
<!-- logo -->
<div class="logo">
<a href="<?php echo home_url(); ?>" role="logo">
</a>
</div>
<!-- /logo -->
<!-- nav -->
<nav class="nav" role="navigation">
</nav>
<!-- /nav -->
</header>
<!-- /header -->