-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
26 lines (26 loc) · 1.13 KB
/
header.php
File metadata and controls
26 lines (26 loc) · 1.13 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
<!DOCTYPE html>
<!--[if IE 7]>
<html class="ie ie7" <?php language_attributes(); ?>>
<![endif]-->
<!--[if IE 8]>
<html class="ie ie8" <?php language_attributes(); ?>>
<![endif]-->
<!--[if !(IE 7) | !(IE 8) ]><!-->
<html <?php language_attributes(); ?>>
<!--<![endif]-->
<head>
<title><?php wp_title(""); ?></title>
<meta charset="<?php bloginfo("charset"); ?>">
<link rel="icon" type="image/png" href="<?php print(get_template_directory_uri()); ?>/images/logo.png" />
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo("pingback_url"); ?>">
<link rel="stylesheet" type="text/css" href="<?php bloginfo("stylesheet_url"); ?>" media="screen" />
<link href='http://fonts.googleapis.com/css?family=Raleway:500,400' rel='stylesheet' type='text/css'>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id="page-wrapper">
<header id="<?php wave_header_id(); ?>" class="<?php wave_header_class(); ?>">
<?php wave_header(); ?>
</header>
<div id="<?php wave_main_id(); ?>">