initial
[esmvvd.git] / blog / wp-content / themes / vvd / header.php
1 <?php
2 /**
3  * @package WordPress
4  * @subpackage Default_Theme
5  */
6 ?>
7 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
8 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
9
10 <head profile="http://gmpg.org/xfn/11">
11 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
12
13 <title><?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
14
15 <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
16 <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
17 <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=Latin">
18
19 <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
20
21 <?php wp_head(); ?>
22 </head>
23 <body <?php body_class(); ?>>
24 <div id="page">
25
26
27 <div id="header" role="banner">
28         <a href="<?php echo get_option('home'); ?>"><div id="headerimg">
29         <!--    <h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1> -->
30 <!--            <div class="description"><?php bloginfo('description'); ?></div>-->
31         </div>
32 </a>
33 </div>
34 <hr />