| Server IP : 212.183.175.188 / Your IP : 216.73.217.18 Web Server : Apache 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/ |
Upload File : |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" <?php language_attributes(); ?>>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="shortcut icon" href="<?php echo ffOpt::get('header favicon'); ?>" />
<title><?php
if ( defined('WPSEO_VERSION') ) {
wp_title('');
} else {
$translated_info = ff_translate('header_and_footer html_head_title');
echo empty( $translated_info )
? get_option('blogname')
: $translated_info
;
wp_title(' - ', true, 'left');
}
?></title>
<?php wp_head(); ?>
</head>
<body <?php body_class(
ff_get_switcher_option('skin use-boxed-layout' ) ? 'layout_boxed': 'layout_fullwidth'
); ?>>
<div id="layout_width" class="fullwidth">
<div class="content_container">
<?php ffTemplater::getHeader2(); // templates/header/header-2.php ?>
<header class="header_main_wrapper" data-position="<?php echo ffOpt::get('header position')?'fixed':'static'; ?>">
<!--
data-position="fixed";
data-position="static";
1 of these 2 params needs to be set
-->
<?php ffTemplater::getHeader1(); // templates/header/header-1.php ?>
<!--
header-1.php
header-2.php
1 of these 2 params needs to be set
-->
</header>