2011-05-01 11:43:13 -04:00
|
|
|
<!doctype html>
|
2011-05-03 10:36:26 -04:00
|
|
|
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
|
|
|
|
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
|
|
|
|
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
|
2011-05-01 11:43:13 -04:00
|
|
|
<!--[if (gte IE 9)|!(IE)]><!--> <html lang="en"> <!--<![endif]-->
|
|
|
|
<head>
|
|
|
|
|
|
|
|
<!-- Basic Page Needs
|
|
|
|
================================================== -->
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <!-- Force Latest IE rendering engine -->
|
|
|
|
<title><?= $page_title ?></title>
|
|
|
|
<meta name="description" content="">
|
|
|
|
<meta name="author" content="">
|
|
|
|
|
2011-05-02 15:17:18 -04:00
|
|
|
<!-- Mobile Specific Metas
|
|
|
|
================================================== -->
|
2011-05-04 21:20:56 -04:00
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
|
|
|
<meta name="viewport" content="width=960" />
|
2011-05-02 15:17:18 -04:00
|
|
|
|
2011-05-01 11:43:13 -04:00
|
|
|
<!-- CSS
|
|
|
|
================================================== -->
|
2011-05-03 10:36:26 -04:00
|
|
|
<link rel="stylesheet" href="stylesheets/skeleton.css">
|
|
|
|
<link rel="stylesheet" href="stylesheets/ui.css">
|
|
|
|
<link rel="stylesheet" href="stylesheets/layout.css">
|
|
|
|
<!--[if lt IE9]><link rel="stylesheet" href="css/ie.css"><![endif]-->
|
2011-05-01 11:43:13 -04:00
|
|
|
|
|
|
|
<!-- JS (see footer for rest)
|
|
|
|
================================================== -->
|
2011-05-03 10:36:26 -04:00
|
|
|
<script src="javascripts/modernizr-1.7.min.js"></script>
|
|
|
|
|
|
|
|
<!-- Favicons
|
|
|
|
================================================== -->
|
|
|
|
<link rel="shortcut icon" href="/favicon.ico">
|
|
|
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
|
|
|
|
2011-05-01 11:43:13 -04:00
|
|
|
</head>
|
|
|
|
<body>
|