| Server IP : 127.0.0.1 / Your IP : 216.73.216.109 Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10 System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64 User : SERVERWEB ( 0) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/laragon/www/quilla/wp-content/plugins/td-standard-pack/Newspaper/parts/header/ |
Upload File : |
<!--
Header style 4
-->
<?php
$header_bg_img_class = '';
if ( !td_util::get_option('tds_header_background_image') == '' ) {
$header_bg_img_class = 'td-header-background-image';
}
?>
<div class="td-header-wrap td-header-style-4 <?php echo $header_bg_img_class ?>">
<?php if(!td_util::get_option('tds_header_background_image') == '') { ?>
<div class="td-header-bg td-container-wrap <?php echo td_util::get_option('td_full_header_background'); ?>"></div>
<?php } ?>
<div class="td-header-top-menu-full td-container-wrap <?php echo td_util::get_option('td_full_top_bar'); ?>">
<div class="td-container td-header-row td-header-top-menu">
<?php td_api_top_bar_template::_helper_show_top_bar() ?>
</div>
</div>
<?php if (td_util::is_ad_spot_enabled('header')) { ?>
<div class="td-banner-wrap-full td-container-wrap <?php echo td_util::get_option('td_full_header'); ?>">
<div class="td-header-container td-header-row td-header-header">
<div class="td-header-sp-recs">
<?php require_once('ads.php'); ?>
</div>
</div>
</div>
<?php } ?>
<div class="td-header-menu-wrap-full td-container-wrap <?php echo td_util::get_option('td_full_menu'); ?>">
<?php
$menuSearchClass = '';
if(!td_util::get_option('tds_search_placement') == '')
$menuSearchClass = 'td-header-menu-no-search';
?>
<div class="td-header-menu-wrap <?php echo $menuSearchClass ?>">
<div class="td-container td-header-row td-header-main-menu black-menu">
<?php require_once('header-menu-h1.php');?>
</div>
</div>
</div>
</div>