Your IP : 216.73.216.165


Current Path : /var/www/html/wp-content/themes/church-event/templates/header/
Upload File :
Current File : /var/www/html/wp-content/themes/church-event/templates/header/top.php

<?php
	/**
	 * Actual, visible header. Includes the logo, menu, etc.
	 * @package wpv
	 */

	if(is_page_template('page-blank.php')) return;
?>
<div class="fixed-header-box layout-<?php wpvge('header-layout') ?>">
	<header class="main-header layout-<?php wpvge('header-layout') ?>">
		<?php get_template_part('templates/header/top/nav') ?>
		<?php get_template_part('templates/header/top/main', wpv_get_option('header-layout')) ?>
	</header>

	<?php do_action('wpv_header_box'); ?>
</div><!-- / .fixed-header-box -->
<div class="shadow-bottom"></div>