-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
56 lines (43 loc) · 2.35 KB
/
Copy pathheader.php
File metadata and controls
56 lines (43 loc) · 2.35 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?php
// GLOBAL OPTIONS
global $extra_options;
?><!DOCTYPE html>
<!--[if lt IE 7 ]><html <?php language_attributes(); ?> class="no-js ie ie6 lte7 lte8 lte9"><![endif]-->
<!--[if IE 7 ]><html <?php language_attributes(); ?> class="no-js ie ie7 lte7 lte8 lte9"><![endif]-->
<!--[if IE 8 ]><html <?php language_attributes(); ?> class="no-js ie ie8 lte8 lte9"><![endif]-->
<!--[if IE 9 ]><html <?php language_attributes(); ?> class="no-js ie ie9 lte9 recent"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><html <?php language_attributes(); ?> class="recent noie no-js"><!--<![endif]-->
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<!--
EEEEEEEEEEE EEEE
EEEEEEEEEEE EEEE EEEE EEEEEEEE EEEEEEEEEEEEEEEEE
EEEE EEEEEEEEE EEEEEEEE EEEEEEEE EEEEEEEEEE
EEEEEEEEEE EEEEEEE EEEE EEEE EEEEEE
EEEE EEEEE EEEE EEEE EEEEEEEEEE
EEEEEEEEEEE EEEEEEEEE EEEEEE EEEE EEEE EEEEE
EEEEEEEEEEE EEEE EEEE EEEEEE EEEE EEEEE EEEE
-->
<!-- TITLE -->
<title><?php wp_title( '|' ); ?></title>
<!-- REMOVE NO-JS -->
<!--noptimize--><script>document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/,'') + ' js';</script><!--/noptimize-->
<!-- ANALYTICS TRACKER -->
<?php get_template_part("google-analytics"); ?>
<!-- MOBILE FRIENDLY -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- IE9.js -->
<!--[if (gte IE 6)&(lte IE 8)]>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/assets/css/ie.css" />
<script src="<?php echo get_template_directory_uri(); ?>/assets/js/lib/selectivizr-min.js"></script>
<script src="<?php echo get_template_directory_uri(); ?>/assets/js/lib/html5shiv.js"></script>
<![endif]-->
<!-- WORDPRESS HOOK -->
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id="fb-root"></div>
<?php get_template_part('extra-header'); ?>