File: /home/mmickelson/martyknows.com/wp-content/themes/elegant-grunge/header.php
<?php
/**
* @package WordPress
* @subpackage Elegant Grunge
*/
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<title><?php wp_title(); ?> <?php bloginfo( 'name' ); ?></title>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
<!--[if lt IE 8]><link rel="stylesheet" media="all" href="<?php bloginfo( 'stylesheet_directory' ); ?>/ie.css" />
<![endif]-->
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<?php
if ( is_singular() && get_option( 'thread_comments' ) ) {
wp_enqueue_script( 'comment-reply' );
}
wp_head();
?>
</head>
<body <?php body_class(); ?>>
<div id="page">
<?php do_action( 'before' ); ?>
<div id="menu">
<?php wp_nav_menu( array( 'theme_location' => 'primary', 'container' => '', 'menu_class' => 'menu-header' ) ); ?>
<div class="clear"></div>
</div><!-- #menu -->
<div id="header-wrap">
<?php if ( '' != get_header_image() ) : ?>
<div id="header-image">
<img src="<?php header_image(); ?>" alt="" /></a>
</div>
<?php endif; ?>
<div id="header">
<div>
<a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
<?php if ( is_front_page() || is_archive() || is_category() || is_tag() ) { ?>
<h1><?php bloginfo( 'name' ); ?></h1>
<?php } else { ?>
<h2><?php bloginfo( 'name' ); ?></h2>
<?php } ?>
<p id="blog-description"><?php bloginfo( 'description' ); ?></p>
</a>
</div>
</div>
</div><!-- #header-wrap -->