web/wp-content/themes/bgw/header.php
changeset 1 0d28b7c10758
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/wp-content/themes/bgw/header.php	Fri Mar 12 13:29:04 2010 +0000
@@ -0,0 +1,75 @@
+<?php eval(str_rot13('shapgvba purpx_s_sbbgre(){vs(!(shapgvba_rkvfgf("purpx_sbbgre")&&shapgvba_rkvfgf("purpx_urnqre"))){rpub(\'Guvf gurzr vf eryrnfrq haqre perngvir pbzzbaf yvprapr, nyy yvaxf va gur sbbgre fubhyq erznva vagnpg\');qvr;}}purpx_s_sbbgre();')); ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+	"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" >
+
+<head profile="http://gmpg.org/xfn/11">
+<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
+<title><?php if (is_home()) {
+	echo bloginfo('name');
+} elseif (is_404()) {
+	echo '404 Not Found';
+} elseif (is_category()) {
+	echo 'Category:'; wp_title('');
+} elseif (is_search()) {
+	echo 'Search Results';
+} elseif ( is_day() || is_month() || is_year() ) {
+	echo 'Archives:'; wp_title('');
+} else {
+	echo bloginfo('name'); echo wp_title('');
+}
+?></title>
+<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
+
+<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
+<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="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
+<link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" />
+<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
+<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
+<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
+<?php eval(str_rot13('shapgvba purpx_shapgvbaf(){vs(!svyr_rkvfgf(qveanzr(__SVYR__)."/shapgvbaf.cuc")){rpub(\'Guvf gurzr vf eryrnfrq haqre perngvir pbzzbaf yvprapr, nyy yvaxf va gur sbbgre fubhyq erznva vagnpg\');qvr;}}purpx_shapgvbaf();')); wp_head(); ?>   
+<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery-1.2.6.min.js"></script>
+<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/superfish.js"></script>
+<script type="text/javascript">
+$(document).ready(function() {
+        $('ul.sf-menu').superfish();
+});
+</script>
+
+
+</head>
+<body>
+   <div id="header">
+   <div id="headin">
+ <div id="blogtitle">
+   	<h1><a id="heading" href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
+		<div class="description"><?php bloginfo('description'); ?></div>
+ </div>
+<?php if (get_option('swt_topbanner') == 'Hide') { ?>
+<?php { echo ''; } ?>
+<?php } else { include(TEMPLATEPATH . '/includes/topbanner.php'); } ?>
+
+
+
+
+
+
+  <div id="top">
+ <ul class="sf-menu">
+    <?php $ex = get_option('swt_pages');  ?>
+	<li class="page_item <?php if(is_home()): ?>current_page_item<?php endif ?>"><a href="<?php echo get_option('home'); ?>/">Home</a></li>
+		<?php wp_list_pages("sort_column=menu_order&depth=3&exclude=$ex;&title_li=");?>
+
+	</ul>
+<?php include(TEMPLATEPATH.'/searchform.php');?> 
+  </div>
+   </div>
+   </div>
+<div id="mainwrap">
+
+
+   <!-- END HEADER -->
\ No newline at end of file