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/subheader-style2.php
<?php
	$subheader_color       = ot_get_option( 'subheader_color' );
	$subheader_class[]     = 'subheader style2';
	$subheader_class[]     = $subheader_color;
	$header_style          = ot_get_option( 'header_style' );
	$full_menu_hover_style = ot_get_option( 'full_menu_hover_style', 'thb-standard' );
	$subheader_menu        = ot_get_option( 'subheader_menu' );
if ( in_array( $header_style, array( 'style7', 'style8' ), true ) ) {
	return;
}
?>
<div class="<?php echo esc_attr( implode( ' ', $subheader_class ) ); ?>">
	<div class="row align-middle">
		<div class="small-12 medium-6 columns subheader-left">
			<?php
			if ( $subheader_menu ) {
				wp_nav_menu(
					array(
						'menu'       => $subheader_menu,
						'container'  => false,
						'depth'      => 1,
						'menu_class' => 'thb-full-menu ' . $full_menu_hover_style,
					)
				); }
			?>
		</div>
		<div class="small-12 medium-6 columns subheader-right">
			<?php
			do_action( 'thb_social_links', ot_get_option( 'subheader_social_link' ), false, true );
			?>
		</div>
	</div>
</div>