????

Your IP : 216.73.216.174


Current Path : /home2/morganrand/www/wp-content-bkp/themes/wanderfuls/
Upload File :
Current File : /home2/morganrand/www/wp-content-bkp/themes/wanderfuls/header.php

<?php
/**
 * The header for our theme.
 *
 * Displays all of the <head> section and everything up till <div id="main">
 *
 * @package Wanderfuls WordPress Theme
 * @subpackage Templates
 */
?><!DOCTYPE html>
<html <?php language_attributes(); ?><?php tb_schema_markup( 'html' ); ?>>
<head>
	<meta charset="<?php bloginfo( 'charset' ); ?>" />
	<link rel="profile" href="//gmpg.org/xfn/11">
	<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
	<?php wp_head(); ?>

</head>

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

<?php tb_outer_wrap_before(); ?>

<div id="outer-wrap" class="clr">

	<?php tb_hook_wrap_before(); ?>

	<div id="wrap" class="clr">

		<?php tb_hook_wrap_top(); ?>

		<?php tb_hook_main_before(); ?>

		<main id="main" class="site-main clr"<?php tb_schema_markup( 'main' ); ?>>

			<?php tb_hook_main_top(); ?>