| Server IP : 77.50.203.18 / Your IP : 192.168.0.10 Web Server : Apache/2.4.62 (CentOS Stream) OpenSSL/3.5.7 mpm-itk/2.4.7-04 PHP/8.4.23 System : Linux web2 5.14.0-722.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jul 6 09:07:51 UTC 2026 x86_64 User : warsnews.ru ( 1001) PHP Version : 8.4.23 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/ifwar.ru/www/wp-content/plugins/clever-fox/inc/webora/sections/ |
Upload File : |
<?php
if ( ! defined( 'ABSPATH' ) ) exit;
if ( ! function_exists( 'webique_webora_above_header' ) ) :
function webique_webora_above_header(){
$webique_webora_hide_show_email_details = get_theme_mod('hide_show_email_details', '1');
$webique_webora_hide_show_mbl_details = get_theme_mod('hide_show_mbl_details', '1');
?>
<!--===// Start: Header Above
=================================-->
<div id="above-header" class="header-above-info">
<div class="d-flex align-items-center">
<!--===// Start: Marquee
=================================-->
<?php do_action('webique_header_animation_bar'); ?>
<!-- End: Marquee
=================================-->
<?php
if( ( $webique_webora_hide_show_email_details == '1' ) || ( $webique_webora_hide_show_mbl_details == '1' ) ) {
$webique_webora_tlh_email_title = get_theme_mod('tlh_email_title', __('Email Us','clever-fox'));
$webique_webora_tlh_email_icon = get_theme_mod('tlh_email_icon', 'fa-envelope-o');
$webique_webora_tlh_email_link = get_theme_mod('tlh_email_link', 'email@company.com');
?>
<div class="header-above-top">
<?php if($webique_webora_hide_show_email_details == '1' ): ?>
<aside class="widget widget-contact d-inline-block me-4">
<div class="contact-area">
<div class="contact-icon bg-white icon-bounce">
<i class="fa <?php echo esc_attr($webique_webora_tlh_email_icon); ?>"></i>
</div>
<div class="icon-content">
<?php if(!empty($webique_webora_tlh_email_title)){ ?>
<h4><?php echo esc_html( $webique_webora_tlh_email_title ); ?></h4>
<?php } ?>
<?php if(!empty($webique_webora_tlh_email_link)){ ?>
<a href="mailto:<?php echo esc_attr($webique_webora_tlh_email_link); ?>" class="contact-info">
<span class="title"><?php echo esc_html( $webique_webora_tlh_email_link ); ?></span>
</a>
<?php } ?>
</div>
</div>
</aside>
<?php endif; ?>
<?php
$webique_webora_hide_show_mbl_details = get_theme_mod('hide_show_mbl_details', '1');
$webique_webora_tlh_mobile_title = get_theme_mod('tlh_mobile_title', __('Call Us','clever-fox'));
$webique_webora_tlh_mobile_icon = get_theme_mod('tlh_mobile_icon', 'fa-whatsapp');
$webique_webora_tlh_mobile_link = get_theme_mod('tlh_mobile_link', '70 975 975 70');
?>
<?php if($webique_webora_hide_show_mbl_details == '1' ): ?>
<aside class="widget widget-contact d-inline-block ms-4">
<div class="contact-area justify-content-sm-end justify-content-start mb-0">
<div class="contact-icon bg-white icon-bounce">
<i class="fa <?php echo esc_attr($webique_webora_tlh_mobile_icon); ?>"></i>
</div>
<div class="icon-content">
<?php if(!empty($webique_webora_tlh_mobile_title)){ ?>
<h4><?php echo esc_html( $webique_webora_tlh_mobile_title ); ?></h4>
<?php } ?>
<?php if(!empty($webique_webora_tlh_mobile_link)){ ?>
<a href="tel:<?php echo esc_attr(str_replace(' ', '', $webique_webora_tlh_mobile_link)); ?>" class="contact-info">
<span class="title"><?php echo esc_html( $webique_webora_tlh_mobile_link ); ?></span>
</a>
<?php } ?>
</div>
</div>
</aside>
<?php endif; ?>
</div>
<?php } ?>
</div>
</div>
<?php } endif;
add_action('webique_webora_above_header', 'webique_webora_above_header');
?>