All pastes #973740 Raw Copy code Copy link Edit

header

public unlisted text v1 · immutable
#973740 ·published 2008-04-06 08:17 UTC
rendered paste body
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>
	<title><?php if ( function_exists('wp_tag_cloud') ) : if (single_tag_title(' ', false)) { echo 'Posts tagged with: ' ; } endif; ?><?php wp_title(' '); ?><?php if (wp_title(' ', false)) { echo ' | '; } ?><?php bloginfo('name'); ?></title>
	<meta http-equiv="content-type" content="text/html; charset=<?php bloginfo('charset'); ?>" />
	<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
	<meta name="theme" content="Web2.0*" />
	<meta name="description" content="This is the personal website of <?php bloginfo('name') ?>." />
	<meta name="keywords" content="wordpress" />
	<meta http-equiv="Content-Language" content="en-gb" />
	<meta http-equiv="imagetoolbar" content="no" />
	<meta name="robots" content="all" />
	<meta name="author" content="<?php bloginfo('name') ?>" />
	<meta name="copyright" content="2006 <?php bloginfo('name') ?>" />
	<meta name="MSSmartTagsPreventParsing" content="true" />
	<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'); ?>" />
<?php wp_get_archives('type=monthly&format=link'); ?>
	<link type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" media="screen" rel="stylesheet" />
	<link type="text/css" href="<?php bloginfo('template_url'); ?>/print.css" media="print" rel="stylesheet" />
	<!--[if lt IE 7]>
	<link type="text/css" href="<?php bloginfo('template_url'); ?>/style_ie.css" media="screen" rel="stylesheet" />
	<![endif]-->
	<!--[if lt IE 7]>
	<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/scripts/dropdown_ie.js"></script>
	<![endif]-->
	<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/scripts/utilities.js"></script>
	<!--[if lt IE 7]>
	<script type="text/javascript">addLoadEvent(sfHover);</script>
	<![endif]-->
	<?php if (is_single() and ('open' == $post-> comment_status) or ('comment' == $post-> comment_type) ) { ?>
	<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/scripts/prototype.js.php"></script>
	<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/scripts/effects.js.php"></script>
	<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/scripts/ajax_comments.js"></script>
	<?php } ?>
	<script type="text/javascript">addLoadEvent(externalLinks);</script>
	<?php wp_head(); ?>
	
</head>

<body>
<?php load_theme_textdomain('web20');?>
<div id="wp-container">

	<div id="wp-header">
		<h1><a href="<?php echo get_option('home'); ?>/" title="<?php _e('Return to the home page','web20'); ?>"><?php bloginfo('name'); ?></a></h1>
		<dfn><?php bloginfo('description'); ?></dfn>
	</div>
	<div id="wp-menu-main">
		<ol>
			<li class="first<?php if (is_home()) { ?> current_page_item<?php } ?>"><a href="<?php echo get_option('home'); ?>/"><?php _e('Home','web20'); ?></a></li>
			<?php wp_list_pages('sort_column=menu_order&title_li='); ?>
		</ol>
	</div>