HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/shootinschool/wp-content/themes/splash-child/partials/header/top-bar-soccer.php
<?php
if(get_theme_mod("header_type", 'header_3') == 'header_4'):
?>
<div class="stm-menu-toggle-baseball stm-menu-toggle-sccr">
	<span></span>
	<span></span>
	<span></span>
</div>
<?php endif; ?>
<div class="container">
    <div class="row">
        <div class="col-md-6 col-sm-6">
            <div class="stm-top-bar_left">
                <div class="stm-top-switcher-holder">
                    <?php get_template_part('partials/header/top-bar-partials/top-bar-switcher'); ?>
                </div>
                <?php if(get_theme_mod('top_bar_enable_tickets', true)): ?>
                    <?php get_template_part('partials/header/top-bar-partials/top-bar-tickets'); ?>
                <?php endif;?>
            </div>
        </div>

        <div class="col-md-6 col-sm-6">

            <div class="clearfix">
                <div class="stm-top-bar_right">
                    <div class="clearfix">
                        <div class="stm-top-profile-holder">
                            <?php get_template_part('partials/header/top-bar-partials/top-bar-profile'); ?>
                        </div>
                        <?php
                        if(get_theme_mod("top_bar_enable_cart", true)) :
                            ?>
                            <div class="stm-top-cart-holder">
                                <?php get_template_part('partials/header/top-bar-partials/top-bar-cart'); ?>
                            </div>
                            <?php
                        endif;

                        if(get_theme_mod("top_bar_enable_ticker", true)) :
                            ?>
                            <div class="stm-top-ticker-holder">
                                <?php get_template_part('partials/header/top-bar-partials/top-bar-ticker'); ?>
                            </div>
                        <?php endif; ?>
                    </div>
                </div>

                <div class="stm-top-socials-holder">
                    <?php get_template_part('partials/header/top-bar-partials/top-bar-socials'); ?>
                </div>
            </div>

        </div>
    </div>
</div>