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/www/wp-content/themes/revolution/inc/templates/header/style7.php
<?php
	$thb_id       = get_queried_object_id();
	$header_color = thb_get_header_color( $thb_id );

	$header_class[] = 'header style7';
	$header_class[] = $header_color;
?>
<!-- Start Header -->
<header class="<?php echo esc_attr( implode( ' ', $header_class ) ); ?>">
	<div class="row align-middle">
		<div class="small-5 medium-4 medium-offset-4 columns">
			<?php do_action( 'thb_logo', true ); ?>
		</div>
		<div class="small-7 medium-4 columns">
			<?php do_action( 'thb_secondary_area' ); ?>
		</div>
	</div>
</header>
<!-- End Header -->