forked from viastudio/Silencio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
executable file
·76 lines (63 loc) · 2.89 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<!--[if IEMobile 7 ]> <html <?php language_attributes(); ?>class="no-js iem7"> <![endif]-->
<!--[if lt IE 7 ]> <html <?php language_attributes(); ?> class="no-js ie6 oldie"> <![endif]-->
<!--[if IE 7 ]> <html <?php language_attributes(); ?> class="no-js ie7 oldie"> <![endif]-->
<!--[if IE 8 ]> <html <?php language_attributes(); ?> class="no-js ie8 oldie"> <![endif]-->
<!--[if (gte IE 9)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html <?php language_attributes(); ?> class="no-js"><!--<![endif]-->
<head>
<meta charset="<?php bloginfo('charset'); ?>" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<title><?php wp_title(''); ?></title>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<link type="text/plain" rel="author" href="<?php echo get_template_directory_uri(); ?>/humans.txt" />
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Typekit >
<script type="text/javascript" src="//use.typekit.net/########.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script> -->
<?php
wp_head();
?>
<!--[if lt IE 9]>
<script src="<?php echo get_template_directory_uri(); ?>/res/build/respond.min.js"></script>
<![endif]-->
</head>
<body <?php body_class(); ?>>
<?php
if (function_exists('gtm4wp_the_gtm_tag')) {
gtm4wp_the_gtm_tag();
}
?>
<div class="body-wrap">
<div id="page" class="hfeed site">
<header id="masthead" class="site-header" role="banner">
<div class="container">
<nav class="menu-nav">
<a class="menu-button" href="#"><i class="fa fa-bars"></i></a>
</nav>
<div class="site-branding">
<h1 class="site-title"><a href="<?php echo esc_url(home_url('/')); ?>" rel="home"><?php bloginfo('name'); ?></a></h1>
<!-- <h2 class="site-description"><?php bloginfo('description'); ?></h2> -->
</div><!-- .site-branding -->
</div><!-- .container -->
</header><!-- #masthead .site-header -->
<div class="nav-container">
<div class="container">
<nav id="site-navigation" class="main-navigation" role="navigation">
<div class="nav-controls">
<a class="menu-button menu-close" href="#"><i class="fa fa-times"></i></a>
<?php
get_search_form();
?>
</div>
<?php
wp_nav_menu(array('theme_location' => 'primary'));
?>
</nav><!-- #site-navigation -->
</div><!-- .container -->
</div><!-- .nav-container -->
<div id="content" class="site-content">
<div class="container">