| Server IP : 213.186.33.4 / Your IP : 216.73.216.222 Web Server : Apache System : Linux webm005.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : karinebmkh ( 644538) PHP Version : 8.4.22 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/karinebmkh/www2/wp-content/themes/novablog/ |
Upload File : |
<!DOCTYPE html>
<html <?php language_attributes();?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11" />
<?php if ( is_singular() && pings_open( get_queried_object() ) ) : ?>
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<?php endif; ?>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php get_template_part( 'mobile/mobile-top-panel' ); ?>
<?php if( function_exists( 'novablog_fixed_social_networks' ) ) {novablog_fixed_social_networks();} ?>
<div id="st-container" class="st-container">
<div class="st-menu st-effect-4 sidepanel" id="menu-4">
<?php if(novablog_getVariable('logo_sidepanel') == 'yes' or novablog_getVariable('logo_sidepanel') == '' ){ if(novablog_getVariable('sidepanel_logo_url','url') !='') { ?>
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="side-logo"><img src="<?php echo esc_url( novablog_getVariable('sidepanel_logo_url','url')); ?>" width="<?php echo esc_attr( novablog_getVariable('sidepanel_logo_url','width')); ?>" height="<?php echo esc_attr( novablog_getVariable('sidepanel_logo_url','height')); ?>" alt="<?php bloginfo('name'); ?>" title="<?php bloginfo('description'); ?>"></a>
<?php } else { ?><div class="logo_h logo_h__txt"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php bloginfo('description'); ?>" class="logo_link"><?php bloginfo( 'name' ); ?></a></div><?php } ?>
<?php } ?>
<?php get_template_part('mobile/menu'); ?>
<?php dynamic_sidebar("hs_side_panel"); ?>
</div>
<?php get_template_part('newsletter'); ?>
<div class="st-pusher">
<div class="st-content">
<div class="st-content-inner">
<div class="main-holder">
<?php get_template_part('wrapper/wrapper-top'); ?>
<?php $enable_parallax = novablog_getVariable('enable_header_parallax')== 'yes' ? 'parallax-enabled' : 'parallax-disabled'; ?>
<header id="headerfix" class="<?php echo esc_attr($enable_parallax);?> headerstyler headerphoto header <?php if (novablog_getVariable('header_layout') == 'topleftmenu') {echo " topleftmenu";} if (novablog_getVariable('header_layout') == 'topcenter') {echo " topcenter-menu";} ?>">
<div class="header-overlay"></div>
<div class="visible-xs-block visible-sm-block">
<div class="container">
<div class="row">
<div class="col-md-12">
<?php get_template_part("static/static-logo"); ?>
</div>
</div>
</div>
</div>
<?php
if (novablog_getVariable('header_position')!= 'stickyheader' && novablog_getVariable('header_position') != '') {
echo '<div class="container">';
}
?>
<?php get_template_part('wrapper/wrapper-header'); ?>
<?php
if (novablog_getVariable('header_position')!= 'stickyheader' && novablog_getVariable('header_position') != '') {
echo '</div>';
}
?>
</header>
<div class="top-panel22 hidden-phone"><div class="container"><div class="row"><div class="col-md-12"><?php get_template_part("static/static-search"); ?></div></div></div></div>