-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
19 lines (15 loc) · 773 Bytes
/
header.php
File metadata and controls
19 lines (15 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" <?php language_attributes() ?>>
<head>
<meta charset="<?php bloginfo('charset') ?>" />
<title><?php bloginfo('name') ?><?php wp_title(' - ') ?></title>
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.8.2r1/build/reset/reset-min.css">
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('stylesheet_url') ?>" />
<?php wp_head() ?>
</head>
<body <?php body_class() ?>>
<div id="header">
<h1>
<a href="<?php echo home_url( '/' ) ?>" title="<?php esc_attr_e(get_bloginfo('name', 'display')) ?>" rel="home"><?php bloginfo('name') ?></a>
</h1>
</div>