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_v2.php
<?php
/**
 * Topbar v2 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-6 text-left">
                    <ul class="list-inline pull-left">
                        <?php dynamic_sidebar( 'topbar-left' ); ?>
                    </ul>
                </div><!-- .col-sm-6.text-left -->
                <div class="col-sm-6">
                    <ul class="list-inline pull-right">
                        <?php dynamic_sidebar( 'topbar-right' ); ?>
                    </ul>
                </div><!-- .col-sm-6 -->
            </div><!-- .row -->
        </div><!-- .container -->
    </div><!-- #thim-header-topbar -->
<?php endif;