-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwrapper.php
29 lines (20 loc) · 886 Bytes
/
wrapper.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
<!DOCTYPE html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" <?php language_attributes(); ?>> <![endif]-->
<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8 ie7" <?php language_attributes(); ?>> <![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9 ie8" <?php language_attributes(); ?>> <![endif]-->
<!--[if IE 9]><html class="no-js lt-ie9 ie9" <?php language_attributes(); ?>> <![endif]-->
<!--[if gt IE 9]><!--> <html class="no-js" <?php language_attributes() ?>> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--
Developed by Hoppinger BV 2014 - 2015
http://www.hoppinger.com
-->
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id="body-classes" <?php body_class(); ?>></div>
<?php include jf_template_path(); ?>
<?php wp_footer(); ?>
</html>