forked from jeffstacey/swa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader-blank.php
76 lines (48 loc) · 2.1 KB
/
header-blank.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>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><?php wp_title( '|', true, 'right' ); ?></title>
<!-- Typekit fonts -->
<?php /*
<script type="text/javascript" src="//use.typekit.net/nyu8lvw.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<script type="text/javascript" src="//use.typekit.net/dvj6lyu.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
*/ ?>
<?php /******
<!-- Garamond Premiere Pro -->
<script type="text/javascript" src="http://use.typekit.com/yxx5thv.js" prince="include"></script>
<script type="text/javascript" prince="include">try{Typekit.load();}catch(e){}</script>
<!-- Myriad Pro -->
<script type="text/javascript" src="http://use.typekit.com/quu6lwy.js" prince="include"></script>
<script type="text/javascript" prince="include">try{Typekit.load();}catch(e){}</script>
********/ ?>
<!-- EPI Print Fonts -->
<script type="text/javascript" src="http://use.typekit.com/bxx2oer.js" prince="include"></script>
<script type="text/javascript" prince="include">try{Typekit.load();}catch(e){}</script>
<!-- <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ?>/css/style.css"> -->
<!-- <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ?>/css/boxy.css"> -->
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ?>/font-symbolset/ss-standard.css">
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ?>/print-factsheet.css?cache=false">
<!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects -->
<script src="<?php echo get_stylesheet_directory_uri() ?>/js/libs/modernizr-1.6.min.js"></script>
<style type="text/css">
/*
@page {
size: 8.5in 11.0in;
size: US-Letter;
margin: 1.905cm 1.905cm 2cm;
margin: 1.905cm 1.905cm 1.8cm;
padding-bottom: .25cm;
}
body {
color: red !important;
}
*/
</style>
<?php wp_head(); ?>
</head>
<body>
<div id="container">
<div id="main-content" class="clearfix">
<div id="main">