All pastes #2107723 Raw Edit

Something

public text v1 · immutable
#2107723 ·published 2012-01-30 14:30 UTC
rendered paste body
<?php
/*
* ----------------------------------------------------------------------------------------------------
* Header
* @PACKAGE BY HAWKTHEME
* ----------------------------------------------------------------------------------------------------
*/
?>
<!doctype html>

<!--Begin Html-->
<html <?php language_attributes(); ?>>

<!--Begin Head-->
<head>

<!--Meta Tags-->
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<?php do_action('wp_seo'); ?>

<!--RSS Feeds & Pingbacks-->
<?php $feed = theme_get_option('general','feed'); ?>
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS2 Feed" href="<?php if($feed) { echo $feed; } else { bloginfo('rss2_url'); } ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />

<!--Stylesheets-->
<?php do_action('wp_styles'); ?>

<!--Hooks-->
<?php wp_head(); //wp-head hook, needed for plugins, do not delete?>

<!--End head-->
</head>

<!--Begin Body-->
<body <?php body_class(); ?>>

<!--Begin Wrap-->
<div id="wrap">

<!--Begin Header-->
<header>

<div class="col-width clearfix header-inner">


<table border="1" width="100%" cellspacing="0" cellpadding="0">
		<tr>
			<td width="28%"><?php  theme_site_name();?></td>
			<td width="69%" align="right" valign="top">Foton</td>
		</tr>
		<tr>
			<td colspan="2"><?php  theme_top_wp_nav();?></td>
		</tr>
	</table>





	<div class="shadow"></div>
</div>
<div class="header-shadow"></div>
<!--End Header-->
</header>