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/mob-header-1.php
<?php
/**
 * Mobile Header 1 output
 *
 * @package Zeen
 * @since 1.0.0
 */
?>
<div class="bg-area header-padding tipi-row tipi-vertical-c">
	<ul class="menu-left icons-wrap tipi-vertical-c">
		<?php echo apply_filters( 'zeen_mobile_header_left_side', '' ); ?>
		<?php zeen_icons( array( 'location' => 'mobile_header', 'type' => 'search', 'search_on' => get_theme_mod( 'mobile_header_icon_search', 1 ) ) ); ?>
		<?php zeen_icons( array( 'location' => 'mobile_header', 'type' => 'cart' ) ); ?>
	</ul>
	<div class="logo-main-wrap logo-mob-wrap">
		<?php zeen_logo( 'mobile' ); ?>
	</div>
	<ul class="menu-right icons-wrap tipi-vertical-c">
		<?php zeen_icons( array( 'location' => 'mobile_header', 'type' => 'dark_mode' ) ); ?>
		<?php zeen_icons( array( 'location' => 'mobile_header', 'type' => 'login' ) ); ?>
		<?php zeen_icons( array( 'location' => 'mobile_header', 'type' => 'mobile_slide' ) ); ?>
	</ul>
	<?php zeen_elem_bg_area( 'mobile_header' ); ?>
</div>