HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/ERijn/knijft.eu/wwwroot/wp-content/themes/cheope/theme/templates/header/header.php
<?php
/**
 * Your Inspiration Themes
 *
 * @package WordPress
 * @subpackage Your Inspiration Themes
 * @author Your Inspiration Themes Team <info@yithemes.com>
 *
 * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.gnu.org/licenses/gpl-3.0.txt
 */

global $yit_is_header;
$yit_is_header = true;

do_action( 'yit_before_logo' ) ?>

<div class="row">
	<!-- START LOGO -->
	<div id="logo" class="span7 group">
	    <?php
	    /**
	     * @see yit_logo
	     */
	    do_action( 'yit_logo' ) ?>
	</div>
	<!-- END LOGO -->
	<?php do_action( 'yit_after_logo' ) ?>

	<!-- START HEADER SIDEBAR -->
	<div id="header-sidebar" class="span5 group">
		<?php if( yit_get_option( 'show-top-menu-search' ) ) the_widget('search_mini'); ?>
		<?php if( is_shop_installed() && is_shop_enabled() ) the_widget('YIT_Widget_Cart'); ?>
		<?php if( apply_filters( 'yit_header_login_register_widget', true ) ) : ?>
			<?php the_widget('login_register') ?>
		<?php endif; ?>
	</div>
</div>

<div class="row">
	<div id="nav" class="span12 group">
		<!-- START MAIN NAVIGATION -->
		<?php
		/**
		 * @see yit_main_navigation
		 */
		do_action( 'yit_main_navigation') ?>
		<!-- END MAIN NAVIGATION -->

		<div id="nav-sidebar">
		<?php if( !function_exists( 'dynamic_sidebar' ) || !dynamic_sidebar( 'Nav Sidebar' ) ) { } ?>
		</div>
	</div>
</div>

<?php $yit_is_header = false; ?>