-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathheader.php
More file actions
executable file
·85 lines (71 loc) · 3.36 KB
/
Copy pathheader.php
File metadata and controls
executable file
·85 lines (71 loc) · 3.36 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">
<meta property="fb:admins" content="1112144" />
<title>
<?php if ( function_exists('optimal_title') ) { optimal_title('|'); bloginfo('name'); } else { bloginfo('name'); wp_title('|'); } ?><?php if ( is_home() ) {print ' | Learn Right, Not Rote'; } ?>
</title>
<link rel="stylesheet" type="text/css" media="screen" href="<?php bloginfo('stylesheet_directory'); ?>/style.css" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript" />
<?php wp_head(); ?>
<!-- Start Visual Website Optimizer Code -->
<script type='text/javascript'>
var _vis_opt_account_id = 682;
var _vis_opt_protocol = (('https:' == document.location.protocol) ? 'https://' : 'http://');
document.write('<script src="' + _vis_opt_protocol + 'dev.visualwebsiteoptimizer.com/deploy/js_visitor_settings.php?v=1&a='+_vis_opt_account_id+'&url='+encodeURIComponent(document.URL)+'&random='+Math.random()+'" type="text/javascript">' + '<\/s' + 'cript>');
</script>
<script type='text/javascript'>
if(typeof(_vis_opt_settings_loaded) == "boolean") { document.write('<script src="' + _vis_opt_protocol + 'd5phz18u4wuww.cloudfront.net/vis_opt.js" type="text/javascript">' + '<\/s' + 'cript>'); }
// if your site already has jQuery 1.4.2, replace vis_opt.js with vis_opt_no_jquery.js above
</script>
<script type='text/javascript'>
if(typeof(_vis_opt_settings_loaded) == "boolean" && typeof(_vis_opt_top_initialize) == "function"){ _vis_opt_top_initialize();
vwo_$(document).ready(function() { _vis_opt_bottom_initialize(); }); }
</script>
<!-- End Visual Website Optimizer Code -->
<!--
<SCRIPT SRC="/mathjax/MathJax.js">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
tex2jax: {inlineMath: [["@@","@@"],["\\(","\\)"]]}
});
</SCRIPT>
<script src="/mathjax/config/MathJax.js"></script>
-->
<style type="text/css">
div.MathJax_Display .math {
font-size: 110%;
color: #3a3a3a;
}
.math {
font-size: 90%;
}
</style>
</head>
<body>
<table cellpadding=0 cellspacing=0 width=100% height=100% id="bodytable"><tr><td align=center valign=top>
<table height=100% cellpadding=0 cellspacing=0 border=0 id="bodytable2"><tr><td valign=top>
<div class="column">
<div id="header">
<div class="blogTitle">
<a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a>
<span class="blogDescription">Learn Right, Not Rote.</span>
</div>
<div id="navcontainer">
<ul id="navlist">
<li><a href="/">Home</a></li>
<li><a href="/archives">All Posts</a></li>
<li><a href="/about">About</a></li>
<li><a href="/faq">FAQ</a></li>
<li><a href="/contact">Contact</a></li>
<li><a href="/resources">Resources</a></li>
<li><a href="http://betterexplained.com/articles/math-betterexplained-ebook-available/">eBook</a></li>
</ul>
</div>
</div> <!-- end header -->
<div id="content">