-
+ F4D1C22D9D572F415D6AAB332F9966349423A9C8ABECB6B42841CD292454F0C95C7DA128FCD1BD404E6F0920748641D4A39101CB29E33863132593890D45D679
mp-wp/wp-content/themes/default/header.php
(0 . 0)(1 . 47)
67046 <?php
67047 /**
67048 * @package WordPress
67049 * @subpackage Default_Theme
67050 */
67051 ?>
67052 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
67053 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
67054
67055 <head profile="http://gmpg.org/xfn/11">
67056 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
67057
67058 <title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title>
67059
67060 <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
67061 <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
67062 <link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" />
67063 <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
67064
67065 <style type="text/css" media="screen">
67066
67067 <?php
67068 // Checks to see whether it needs a sidebar or not
67069 if ( !empty($withcomments) && !is_single() ) {
67070 ?>
67071 #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg-<?php bloginfo('text_direction'); ?>.jpg.svg") repeat-y top; border: none; }
67072 <?php } else { // No sidebar ?>
67073 #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg.svg") repeat-y top; border: none; }
67074 <?php } ?>
67075
67076 </style>
67077
67078 <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
67079
67080 <?php wp_head(); ?>
67081 </head>
67082 <body>
67083 <div id="page">
67084
67085
67086 <div id="header">
67087 <div id="headerimg">
67088 <h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
67089 <div class="description"><?php bloginfo('description'); ?></div>
67090 </div>
67091 </div>
67092 <hr />