HEX
Server: Apache
System: Linux webm005.cluster121.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: adventp (418412)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/adventp/www/wp-content/themes/brooklyn/partials/header/header-style-8.php
<?php 

// initialize header class
$header = new UT_Header_Class();

// create placeholder if necessary
$header->create_header_placeholder(); ?>

<header id="header-section" data-style="<?php echo esc_attr( $header->style ); ?>" data-primary-skin="<?php echo esc_attr( $header->header_primary_skin_data() ); ?>" data-secondary-skin="<?php echo esc_attr( $header->header_secondary_skin_data() ); ?>" class="<?php echo esc_attr( $header->header_class() ); ?>" data-total-height="<?php echo esc_attr( $header->header_data_totalheight() ); ?>" data-line-height="<?php echo esc_attr( $header->header_data_lineheight() ); ?>">
     
	 <?php $header->create_top_header(); ?>
		
     <div class="grid-container">
               
        <div class="ha-header-perspective clearfix">

            <div class="ha-header-front clearfix">
				
				<div class="ha-header-front-upper">
				    
                    <div class="ut-header-primary-extra-module ut-header-extra-module <?php echo esc_attr( $header->extra_modul_class('primary') ); ?> ut-header-extra-module-small <?php echo esc_attr( $header->extra_modul_flush_class() ); ?> grid-40 hide-on-tablet hide-on-mobile">

						<?php $header->create_primary_header_extra(); ?>

					</div>
                    					
					<div class="site-logo-wrap grid-20 tablet-grid-80 <?php echo esc_attr( $header->site_logo_mobile_grid() ); ?>">

						<?php echo ut_safe_output( $header->create_site_logo() ); ?>

					</div>
					
					<?php get_template_part( 'partials/navigation/nav', 'mobile' ); ?>
                    
                    <div class="ut-header-secondary-extra-module ut-header-extra-module <?php echo esc_attr( $header->extra_modul_class('secondary') ); ?> ut-header-extra-module-right ut-header-extra-module-small <?php echo esc_attr( $header->extra_modul_flush_class() ); ?> grid-40 hide-on-tablet hide-on-mobile">
                    
						<?php $header->create_secondary_header_extra(); ?>

					</div>                    
					
				</div>	
					
            </div>

        </div>
    
    </div> 
    
</header>