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/e/x/h/exhehbu/wp/wp-content/themes/revolution/inc/templates/header/subheader-style1.php
<?php
	$subheader_color = ot_get_option( 'subheader_color' );

	$subheader_class[] = 'subheader style1';
	$subheader_class[] = $subheader_color;

	$header_style   = ot_get_option( 'header_style' );
	$subheader_text = ot_get_option( 'subheader_text' );

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_text ) { ?>
			<?php echo do_shortcode( $subheader_text ); ?>
		<?php } ?>
		</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>