HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: /home/modernpainters.co.uk/public_html/wp-content/themes/honeypress/inc/topbar-header.php
<?php if( is_active_sidebar('home-header-sidebar_left') || is_active_sidebar('home-header-sidebar_right')) {?>
<header class="header-sidebar ">
		<div class="container">
				<div class="row">
						<div class="col-lg-9 col-md-7">
							<?php
							if( is_active_sidebar('home-header-sidebar_left') )
							{
								dynamic_sidebar( 'home-header-sidebar_left' );
							}
							?>
						</div>
						<div class="col-lg-3 col-md-5">
							<?php
							if( is_active_sidebar('home-header-sidebar_right') ) {
							dynamic_sidebar( 'home-header-sidebar_right' );
							}
							?>
						</div>
				</div>
		</div>
</header>
<?php }