GhostManSec
Server: Apache
System: Linux webm019.cluster130.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: exhehbu (1008962)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/exhehbu/wp/wp-content/themes/revolution/inc/templates/header/style12.php
<?php
	$thb_id = get_queried_object_id();

	$fixed_header_color  = ot_get_option( 'fixed_header_color', 'dark-header' );
	$fixed_header_shadow = ot_get_option( 'fixed_header_shadow' );
	$header_color        = thb_get_header_color( $thb_id );

	$header_class[] = 'header style12';
	$header_class[] = $fixed_header_shadow;
	$header_class[] = $header_color;
?>
<!-- Start Header -->

<header class="<?php echo esc_attr( implode( ' ', $header_class ) ); ?>" data-header-color="<?php echo esc_attr( $header_color ); ?>" data-fixed-header-color="<?php echo esc_attr( $fixed_header_color ); ?>">
	<div class="row align-middle">
		<div class="small-12 columns">
			<?php do_action( 'thb_logo', true ); ?>
			<div>
				<?php do_action( 'thb_secondary_area', false, false ); ?>
			</div>
		</div>
	</div>
	<div class="row align-middle">
		<div class="small-12 columns">
			<?php get_template_part( 'inc/templates/header/full-menu' ); ?>
			<?php do_action( 'thb_secondary_area', false, true ); ?>
		</div>
	</div>
</header>
<!-- End Header -->