HEX
Server: Apache
System: Linux webd006.cluster128.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: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/zwafgyp/dodolodge-net/wp-content/themes/hotel-wp/templates/topbar/topbar_v1.php
<?php
/**
 * Topbar v1 template
 */
?>

<?php if ( is_active_sidebar( 'topbar-left' ) && is_active_sidebar( 'topbar-right' ) ) : ?>
	<div id="thim-header-topbar">
		<div class="container">
			<div class="row">
				<div class="col-sm-9 text-left">
					<ul class="list-inline pull-left">
						<?php dynamic_sidebar( 'topbar-left' ); ?>
					</ul>
				</div><!-- .col-sm-9.text-left -->
				<div class="col-sm-3">
					<ul class="list-inline pull-right">
						<?php dynamic_sidebar( 'topbar-right' ); ?>
					</ul>
				</div><!-- .col-sm-3 -->
			</div><!-- .row -->
		</div><!-- .container -->
	</div><!-- #thim-header-topbar -->
<?php endif;