-
Notifications
You must be signed in to change notification settings - Fork 2
/
header-clean.php
38 lines (28 loc) · 1.52 KB
/
header-clean.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" class="no-js">
<head>
<title> <?php wp_title(' | ',TRUE,'right'); bloginfo('name'); ?> </title>
<meta charset="utf-8">
<meta name="description" content="<?php bloginfo('description', 'display'); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<?php wp_head(); ?>
<!--[if lt IE 9]>
<script src="<?php bloginfo("template_directory"); ?>/assets/ie/js/html5shiv.js" type="text/javascript"></script>
<script src="<?php bloginfo("template_directory"); ?>/assets/ie/js/respond.js" type="text/javascript"></script>
<link rel='stylesheet' href='<?php bloginfo("template_directory"); ?>/assets/ie/css/ie.css' type='text/css' media='all' />
<![endif]-->
<?php
echo get_post_meta( get_the_ID() , 'javascript' , 'true' );
echo get_post_meta( get_the_ID() , 'css' , 'true' );
?>
</head>
<!--[if lt IE 9]> <body <?php body_class('lt-ie9'); ?>> <![endif]-->
<!--[if gt IE 8]><!-->
<body <?php body_class(); ?> >
<!--<![endif]-->
<div id="uwsearcharea" aria-hidden="true" class="uw-search-bar-container"></div>
<a id="main-content" href="#main_content" class="screen-reader-shortcut">Skip to main content</a>
<div id="uw-container">
<div id="uw-container-inner">
<?php get_template_part('thinstrip'); ?>