Uname: Linux webm012.cluster130.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Software: Apache
PHP version: 8.0.30 [ PHP INFO ] PHP os: Linux
Server Ip: 145.239.37.162
Your Ip: 216.73.216.190
User: dreampi (1009562) | Group: users (100)
Safe Mode: OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl

name : mobile-header-row.php
<?php
/**
 * Template part for displaying a row of the mobile header
 *
 * @package thebase
 */

namespace TheBase;

$row           = get_query_var( 'mobile_row' );
$tablet_layout = ( thebase()->sub_option( 'header_' . $row . '_layout', 'tablet' ) ? thebase()->sub_option( 'header_' . $row . '_layout', 'tablet' ) : 'default' );
$mobile_layout = ( thebase()->sub_option( 'header_' . $row . '_layout', 'mobile' ) ? thebase()->sub_option( 'header_' . $row . '_layout', 'mobile' ) : 'default' );
?>
<div class="site-<?php echo esc_attr( $row ); ?>-header-wrap site-header-focus-item site-header-row-layout-<?php echo esc_attr( thebase()->sub_option( 'header_' . $row . '_layout', 'desktop' ) ); ?> site-header-row-tablet-layout-<?php echo esc_attr( $tablet_layout ); ?> site-header-row-mobile-layout-<?php echo esc_attr( $mobile_layout ); ?> <?php echo esc_attr( $row === thebase()->option( 'mobile_header_sticky' ) ? ' thebase-sticky-header' : '' ); ?>"<?php
	if ( $row === 'main' && 'main' === thebase()->option( 'mobile_header_sticky' ) ) {
		echo ' data-shrink="' . ( thebase()->option( 'mobile_header_sticky_shrink' ) ? 'true' : 'false' ) . '"';
		echo ' data-reveal-scroll-up="' . ( thebase()->option( 'mobile_header_reveal_scroll_up' ) ? 'true' : 'false' ) . '"';
		if ( thebase()->option( 'mobile_header_sticky_shrink' ) ) {
			echo ' data-shrink-height="' . esc_attr( thebase()->sub_option( 'mobile_header_sticky_main_shrink', 'size' ) ) . '"';
		}
	}
	?>>
	<div class="site-header-row-container-inner">
		<div class="site-container">
			<div class="site-<?php echo esc_attr( $row ); ?>-header-inner-wrap site-header-row <?php echo ( thebase()->has_mobile_side_columns( $row ) ? 'site-header-row-has-sides' : 'site-header-row-only-center-column' ); ?> <?php echo ( thebase()->has_mobile_center_column( $row ) ? 'site-header-row-center-column' : 'site-header-row-no-center' ); ?>">
				<?php if ( thebase()->has_mobile_side_columns( $row ) ) { ?>
					<div class="site-header-<?php echo esc_attr( $row ); ?>-section-left site-header-section site-header-section-left">
						<?php
						/**
						 * TheBase Render Header Column
						 *
						 * Hooked TheBase\mobile_header_column
						 */
						do_action( 'thebase_render_mobile_header_column', $row, 'left' );

						if ( thebase()->has_mobile_center_column( $row ) ) {
							/**
							 * TheBase Render Header Column
							 *
							 * Hooked TheBase\mobile_header_column
							 */
							do_action( 'thebase_render_mobile_header_column', $row, 'left_center' );
						}
						?>
					</div>
				<?php } ?>
				<?php if ( thebase()->has_mobile_center_column( $row ) ) { ?>
					<div class="site-header-<?php echo esc_attr( $row ); ?>-section-center site-header-section site-header-section-center">
						<?php
						/**
						 * TheBase Render Header Column
						 *
						 * Hooked TheBase\mobile_header_column
						 */
						do_action( 'thebase_render_mobile_header_column', $row, 'center' );
						?>
					</div>
				<?php } ?>
				<?php if ( thebase()->has_mobile_side_columns( $row ) ) { ?>
					<div class="site-header-<?php echo esc_attr( $row ); ?>-section-right site-header-section site-header-section-right">
						<?php
						if ( thebase()->has_mobile_center_column( $row ) ) {
							/**
							 * TheBase Render Header Column
							 *
							 * Hooked TheBase\mobile_header_column
							 */
							do_action( 'thebase_render_mobile_header_column', $row, 'right_center' );
						}
						/**
							 * TheBase Render Header Column
							 *
							 * Hooked TheBase\mobile_header_column
							 */
							do_action( 'thebase_render_mobile_header_column', $row, 'right' );
						?>
					</div>
				<?php } ?>
			</div>
		</div>
	</div>
</div>
© 2026 GrazzMean-Shell