-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
43 lines (40 loc) · 1.9 KB
/
header.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
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<!doctype html>
<!--[if lt IE 7]> <html class="no-js ie6" <?php echo language_attributes(); ?>> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7" <?php echo language_attributes(); ?>> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8" <?php echo language_attributes(); ?>> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" <?php echo language_attributes(); ?>> <!--<![endif]-->
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<title>
<?php brunelleschi_title(); ?>
</title>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
<!--[if IE]>
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'template_url' ); ?>/IE.css" />
<!--<![endif]-->
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900,400italic' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/javascript">
var disqus_developer = 1; // this would set it to developer mode
</script>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id="leftBack"></div>
<div id="rightBack">
<div id="wrapper" class="hfeed container">
<div id="container" class="row">
<div class="leftContent twocol last">
<a href="<?php bloginfo( 'url' ); ?>"><img src="<?php bloginfo( 'template_url' ); ?>/images/logo.png" /></a>
<?php get_sidebar(); ?>
</div>
<div id="rightContent" class="tencol last">
<header id="header" class="row">
<div id="access" role="navigation" class="twelvecol last clearfix">
<div class="skip-link screen-reader-text"><a href="#content" title="<?php esc_attr_e( 'Skip to content', 'brunelleschi' ); ?>">
<?php _e( 'Skip to content', 'brunelleschi' ); ?>
</a></div>
<!-- #header -->