HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.30
System: Linux iZj6c1151k3ad370bosnmsZ 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User: root (0)
PHP: 7.4.30
Disabled: NONE
Upload Files
File: /var/www/html/breadsecret.com/wp-content/themes/zeen/template-parts/header/header-13.php
<?php
/**
 * Header 13 output
 *
 * @package Zeen
 * @since 4.0.0
 */
?>
<?php $secondary = zeen_icons( array( 'location' => 'secondary_menu', 'test' => true ) ); ?>
<div class="bg-area">
	<div class="tipi-flex-lcr header-padding tipi-flex-eq-height<?php if ( zeen_check_width( get_theme_mod( 'header_width', 1 ) ) == 1 ) { ?> tipi-row<?php } ?>">
		<ul class="horizontal-menu tipi-flex-eq-height font-<?php echo (int) get_theme_mod( 'typo_secondary_menu', 3 ); ?> menu-icons tipi-flex-l secondary-wrap">
		<?php if ( ! empty( $secondary ) ) { ?>
			<?php zeen_icons( array( 'location' => 'secondary_menu', 'type' => 'social' ) ); ?>
		<?php } ?>
		</ul>
		<?php zeen_logo( 'main', array( 'wrap_class' => 'logo-main-wrap header-padding tipi-all-c logo-main-wrap-center' ) ); ?>
		<?php zeen_cta( 'header' ); ?>
		<ul class="horizontal-menu tipi-flex-eq-height font-<?php echo (int) get_theme_mod( 'typo_secondary_menu', 3 ); ?> menu-icons tipi-flex-r secondary-wrap">
		<?php if ( ! empty( $secondary ) ) { ?>
				<?php zeen_icons( array( 'location' => 'secondary_menu', 'type' => 'cart' ) ); ?>
				<?php zeen_icons( array( 'location' => 'secondary_menu', 'type' => 'util' ) ); ?>
				<?php zeen_trending_inline( 'secondary_menu', array ( 'title_off' => true ) ); ?>
		<?php } ?>
		</ul>
	</div>
	<?php zeen_elem_bg_area( 'header' ); ?>
</div>