????

Your IP : 216.73.216.174


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

<?php
/**
 * Main Header Layout Output
 * Have a look at framework/hooks/actions to see what is hooked into the header
 * See all header parts at partials/header/
 *
 * @package Wanderfuls WordPress Theme
 * @subpackage Partials
 * @version 3.0.0
 */

// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
	exit;
} ?>

<?php tb_hook_header_before(); ?>

<header id="site-header" class="<?php echo tb_header_classes(); ?>"<?php tb_schema_markup( 'header' ); ?>>

	<?php tb_hook_header_top(); ?>

	<div id="site-header-inner" class="container clr">

		<?php tb_hook_header_inner(); ?>

	</div><!-- #site-header-inner -->

	<?php tb_hook_header_bottom(); ?>

</header><!-- #header -->

<?php tb_hook_header_after(); ?>