| Server IP : 212.183.175.188 / Your IP : 216.73.216.82 Web Server : nginx/1.30.4 System : Linux duemilacom6.interac.it 5.10.0-28-amd64 #1 SMP Debian 5.10.209-2 (2024-01-31) x86_64 User : cvevolpi ( 10022) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/cvevolpi.it/httpdocs/wp-content/themes/sentinel/templates/header/ |
Upload File : |
<div class="header-2_container cwidth_container">
<div class="header-2_wrapper cwidth_wrapper">
<div class="header-2 clearfix cwidth">
<div class="col-1-1">
<div class="col">
<div class="header-2_content clearfix">
<?php if( ffOpt::Get('header info') != null ) { ?>
<div class="contact_info">
<?php
$translated_info = ff_translate('header_and_footer header_info');
echo empty( $translated_info )
? ffOpt::Get('header info')
: $translated_info
;
?>
</div>
<?php } ?>
<div class="header_right<?php if(class_exists("SitePress") or IS_DEMO_CONTENT) echo " has_flags"; ?>">
<!--
IMPORTANT, has_flags CLASS IS NEEDED TO BE PRINTED IF THERE ARE FLAGS PRESENT
-->
<?php
if( ffOpt::Get('header social') != null ) {
$socialFeeder = new ffSocialFeeder( ffOpt::Get('header social') );
if( !empty($socialFeeder->items) ) {
echo '<div class="social_links">';
foreach( $socialFeeder->items as $oneItem ) {
echo '<a href="'.$oneItem->link.'" class="social_link icon-'.$oneItem->type.'"></a>';
}
echo '</div>';
}
}
?>
<?php
// in functions.php
ff_sentinel_header_flags();
?>
</div>
</div>
</div>
</div>
</div>
</div>
</div>