2004-08-20 13:14:27 -04:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
2007-01-16 19:01:21 -05:00
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
|
2004-08-20 13:14:27 -04:00
|
|
|
|
2004-08-25 03:40:46 -04:00
|
|
|
<head profile="http://gmpg.org/xfn/11">
|
2005-05-23 13:58:59 -04:00
|
|
|
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
|
2005-02-10 20:26:52 -05:00
|
|
|
|
2005-05-23 13:58:59 -04:00
|
|
|
<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
|
2005-01-04 00:20:06 -05:00
|
|
|
|
2005-05-23 13:58:59 -04:00
|
|
|
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
|
2005-11-07 04:31:05 -05:00
|
|
|
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
|
2005-05-23 13:58:59 -04:00
|
|
|
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
|
|
|
|
|
|
|
|
<style type="text/css" media="screen">
|
2006-02-12 02:53:23 -05:00
|
|
|
|
2006-11-19 02:56:05 -05:00
|
|
|
<?php
|
2006-06-26 13:40:18 -04:00
|
|
|
// Checks to see whether it needs a sidebar or not
|
2008-02-02 13:42:09 -05:00
|
|
|
if ( !empty($withcomments) && !is_single() ) {
|
2006-06-26 13:40:18 -04:00
|
|
|
?>
|
2007-03-19 15:08:15 -04:00
|
|
|
#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg-<?php bloginfo('text_direction'); ?>.jpg") repeat-y top; border: none; }
|
2005-05-23 13:58:59 -04:00
|
|
|
<?php } else { // No sidebar ?>
|
2006-11-19 02:56:05 -05:00
|
|
|
#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; }
|
2005-05-23 13:58:59 -04:00
|
|
|
<?php } ?>
|
2006-06-26 13:40:18 -04:00
|
|
|
|
2005-05-23 13:58:59 -04:00
|
|
|
</style>
|
2005-01-24 00:59:00 -05:00
|
|
|
|
2005-05-23 13:58:59 -04:00
|
|
|
<?php wp_head(); ?>
|
2004-08-20 13:14:27 -04:00
|
|
|
</head>
|
|
|
|
<body>
|
2005-01-04 00:20:06 -05:00
|
|
|
<div id="page">
|
|
|
|
|
2004-08-20 13:14:27 -04:00
|
|
|
|
2005-01-04 00:20:06 -05:00
|
|
|
<div id="header">
|
|
|
|
<div id="headerimg">
|
2006-08-30 17:46:31 -04:00
|
|
|
<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
|
2005-01-04 00:20:06 -05:00
|
|
|
<div class="description"><?php bloginfo('description'); ?></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<hr />
|