Server IP : 162.0.217.223 / Your IP : 216.73.216.150 Web Server : LiteSpeed System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : mypckeys ( 1539) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/mypckeys/tu-international.com/wp-content/themes/motorx/tpl/ |
Upload File : |
<?php $topbar = themesflat_get_opt('topbar_show'); if (themesflat_get_opt_elementor('topbar_show') != '') { $topbar = themesflat_get_opt_elementor('topbar_show'); } $style_topbar = themesflat_get_opt('style_topbar'); if (themesflat_get_opt_elementor('style_topbar') != '') { $style_topbar = themesflat_get_opt_elementor('style_topbar'); } $topbar_email = themesflat_get_opt('information_email'); $topbar_phone = themesflat_get_opt('information_phone'); $topbar_address = themesflat_get_opt('information_address'); $topbar_label_address = themesflat_get_opt('topbar_label_address'); $social_topbar = themesflat_get_opt('social_topbar'); $header_sidebar_toggler = themesflat_get_opt('header_sidebar_toggler'); if (themesflat_get_opt_elementor('header_sidebar_toggler') != '') { $header_sidebar_toggler = themesflat_get_opt_elementor('header_sidebar_toggler'); } $toggle = $header_sidebar_toggler == 1 ? 'has-toggle' : ''; ?> <?php if ($topbar == 1) : ?> <?php if ($style_topbar == 'topbar-02') : ?> <!-- Topbar --> <div class="themesflat-top style-01"> <div class="container-fluid"> <div class="row"> <div class="col-md-12"> <div class="container-inside"> <div class="content-left"> <?php if ($topbar_email != '' || $topbar_phone != '') : ?> <div class="infor-topbar"> <ul class="list-infor-topbar"> <?php if ($topbar_email != ''):?> <li><a href="tel:<?php echo esc_attr($topbar_phone); ?>"><i class="icon-motorx-phone2"></i><?php echo esc_html($topbar_phone); ?></a></li> <?php endif; ?> <?php if ($topbar_email != ''):?> <li><a href="mailto:<?php echo esc_attr($topbar_email); ?>"><i class="icon-motorx-email2"></i><?php echo esc_html($topbar_email); ?></a></li> <?php endif; ?> </ul> </div> <?php endif; ?> </div><!-- content-left --> <div class="content-right"> <?php if ($social_topbar == 1) : themesflat_render_social(); endif; ?> </div> </div> </div> </div> </div><!-- /.container --> </div><!-- /.topbar --> <?php else : ?> <!-- Topbar --> <div class="themesflat-top style-02 <?php echo esc_attr($toggle); ?>"> <div class="container-fluid"> <div class="row"> <div class="col-md-12"> <div class="container-inside"> <div class="content-left"> <?php if ($topbar_address != '') : ?> <div class="infor-topbar-phone"> <div class="sub-infor-phone"> <span><?php echo esc_html($topbar_label_address); ?></span></div> <?php echo wp_kses($topbar_address, themesflat_kses_allowed_html()); ?> </div> <?php endif; ?> </div><!-- content-left --> <div class="content-right"> <?php if ($topbar_email != '') : ?> <div class="infor-topbar-email"> <a href="mailto:<?php echo esc_attr($topbar_email); ?>"><i class="icon-motorx-email3"></i> <?php echo wp_kses($topbar_email, themesflat_kses_allowed_html()); ?></a> </div> <?php endif; ?> <?php if (is_user_logged_in()) : ?> <?php if (class_exists('Widget_Login_Menu')) : ?> <?php the_widget('Widget_Login_Menu'); ?> <?php endif; ?> <?php else : ?> <div class="login-header"> <ul> <li><span class="display-pop-login register"><?php esc_html_e('Register', 'motorx'); ?></span></li> <li><span class="display-pop-login login"><?php esc_html_e('Login', 'motorx'); ?></span></li> </ul> </div> <?php endif; ?> </div> </div> </div> </div> </div><!-- /.container --> </div><!-- /.topbar --> <?php endif; ?> <?php endif; ?>