![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/askdragao.com/wp-content/themes/sirat/template-parts/header/ |
<?php /** * The template part for header * * @package Sirat * @subpackage sirat * @since Sirat 1.0 */ ?> <?php if( get_theme_mod( 'sirat_contact_text') != '' || get_theme_mod( 'sirat_contact_call') != '' || get_theme_mod( 'sirat_header_search') != '' ) { ?> <?php if( get_theme_mod( 'sirat_topbar_hide_show', false) == 1 || get_theme_mod( 'sirat_resp_topbar_hide_show', false) == 1) { ?> <div class="top-bar"> <div class="container"> <div class="row"> <div class="col-lg-3 col-md-3"> <?php if( get_theme_mod( 'sirat_contact_call') != '') { ?> <p><a href="tel:<?php echo esc_attr( get_theme_mod('sirat_contact_call','') ); ?>"><i class="<?php echo esc_attr(get_theme_mod('sirat_phone_icon','fas fa-phone')); ?>"></i><?php echo esc_html(get_theme_mod('sirat_contact_call',''));?></a></p> <?php } ?> </div> <div class="col-lg-4 col-md-4"> <?php if( get_theme_mod( 'sirat_contact_email') != '') { ?> <p><a href="mailto:<?php echo esc_attr( get_theme_mod('sirat_contact_email','') ); ?>"><i class="<?php echo esc_attr(get_theme_mod('sirat_contact_email_icon','far fa-envelope')); ?>"></i><?php echo esc_html(get_theme_mod('sirat_contact_email',''));?></a></p> <?php }?> </div> <div class="<?php if(get_theme_mod('sirat_header_search',true)) { ?>col-lg-4 col-md-4" <?php } else { ?>col-lg-5 col-md-5 "<?php } ?> > <?php dynamic_sidebar('social-links'); ?> </div> <?php if( get_theme_mod( 'sirat_header_search',true) == 1 || get_theme_mod( 'sirat_resp_search_hide_show',true) == 1) { ?> <div class="col-lg-1 col-md-1"> <div class="search-box"> <span><a href="#"><i class="<?php echo esc_attr(get_theme_mod('sirat_search_icon','fas fa-search')); ?>"></i></a></span> </div> </div> <?php }?> </div> <div class="serach_outer"> <div class="closepop"><a href="#maincontent"><i class="<?php echo esc_attr(get_theme_mod('sirat_search_close_icon','fa fa-window-close')); ?>"></i></a></div> <div class="serach_inner"> <?php get_search_form(); ?> </div> </div> </div> </div> <?php } ?> <?php }?>