File: C:/xampp/htdocs/wordpress0612/wp-content/themes/shoot-it/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" <?php language_attributes(); ?>>
<head>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title><!-- Shoot it! -->
<?php wp_head(); ?>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/ie7.css" media="screen" /><![endif]-->
<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/ie6.css" media="screen" /><![endif]-->
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<link rel="shortcut icon" href="http://pixelhandler.com/favicon.ico" />
<style type="text/css" media="screen">
<!--
-->
</style>
<script type="text/javascript">
<!--
//-->
</script>
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="title"><h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1></div>
<div id="deck"><h2><?php bloginfo('description'); ?></h2></div>
<div id="logo"><img src="<?php bloginfo('template_url'); ?>/images/shoot-it-logo.png" alt="Shoot it! logo" width="100" height="93" /></div>
<div id="topnav">
<ul id="topnavlist">
<li><a <?php if (is_home()) echo('class="current" '); ?>href="<?php bloginfo('url'); ?>">Home</a></li>
<?php wp_list_pages('title_li='); ?>
</ul>
</div><!-- topnav -->
<div id="info"><ul id="owner"><li>Photos by</li><?php wp_list_authors('show_fullname=1&optioncount=0&exclude_admin=1'); ?></ul><p id="now"><?php echo date('F jS, Y'); ?></p></div>
</div><!-- header -->