-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathheader.php
executable file
·35 lines (30 loc) · 1.1 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
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title><?php bloginfo('name'); ?> <?php wp_title('—', true, 'left'); ?></title>
<!--[if lt IE 8]>
<script src="<?php bloginfo('template_url'); ?>/js/ie.js" type="text/javascript"></script>
<![endif]-->
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="profile" href="http://gmpg.org/xfn/11" />
<?php echo hipsterist_page_color($page); ?>
<?php echo hipsterist_tag_color(); ?>
<?php echo hipsterist_search_color(); ?>
<?php echo hipsterist_post_link_color(); ?>
<?php echo hipsterist_link_color(); ?>
<?php echo hipsterist_category_link_color(); ?>
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id="header">
<div id="long">
<div id="sub">
<span><?php bloginfo('description'); ?></span>
</div>
<div class="clear"></div>
</div>
<div id="header-corner"></div>
</div>