File: C:/xampp/htdocs/wordpress/wp-content/themes/grey-matter/header.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title><?php bloginfo('name'); ?><?php if (is_home()) {if (get_bloginfo('description')!='') {echo '. ';} bloginfo('description');} ?> <?php if ( is_single() )?> <?php wp_title(); ?></title>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
<!--[if lte IE 7]><link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/ie.css" type="text/css" media="screen" /><![endif]-->
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS 2.0 Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
<link rel="Shortcut Icon" href="<?php bloginfo('template_directory'); ?>/img/favicon.ico" type="image/x-icon" />
<?php wp_enqueue_script('jquery'); // must be here, bofore wp_head! ?>
<?php if ( is_singular() ) wp_enqueue_script('comment-reply'); ?>
<?php wp_head(); ?>
<!-- Drop-down menus -->
<script type='text/javascript'>
jQuery(document).ready(function() {
jQuery("#dropmenu ul").css({display: "none"}); // Opera Fix
jQuery("#dropmenu li").hover(function(){
jQuery(this).find('ul:first').css({visibility: "visible",display: "none"}).show(268);
},function(){
jQuery(this).find('ul:first').css({visibility: "hidden"});
});
});
</script>
<!-- Drop-down menus -->
</head>
<body>
<div id="wrapper">
<div id="header">
<!-- Blog Description -->
<div id="blackband_top_left">
<h2><?php bloginfo('description'); ?></h2><?php include_once (TEMPLATEPATH."/_counters_header.php"); ?>
</div>
<!-- Page Navigation -->
<div id="blackband_top_right">
<h2>
<ul id="dropmenu">
<li class="page_item<?php if (is_home()) {echo ' current_page_item';} ?>"><a href="<?php echo get_settings('home'); ?>" title="<?php bloginfo('name'); ?>"><?php _e('Home','grey_matter'); ?></a></li>
<?php wp_list_pages('sort_column=menu_order&title_li='); ?>
</ul>
</h2>
</div>
<!-- Blog Title -->
<div id="header_siteheader">
<a href="<?php bloginfo('rss_url'); ?>" title="<?php _e('Subscribe to the Blog Feed (RSS)','grey_matter') ?>" rel="nofollow"><img src="<?php bloginfo('template_directory'); ?>/img/rss_logo.png" alt="<?php _e('Subscribe to the Blog Feed (RSS)','grey_matter') ?>" /></a>
<h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1>
</div>
<!-- Header Sidebar -->
<div id="header_sidebar">
<?php include_once (TEMPLATEPATH."/inc.searchform.php"); ?>
</div>
</div>