| 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 : |
<?php get_header();
$sidebar_width = novablog_getVariable('sidebar_width') ? novablog_getVariable('sidebar_width') : 'smaller';
switch ($sidebar_width) {
case 'bigger':
$sidebar_class = '4';
$main_class = '8';
break;
case 'smaller':
$sidebar_class = '3';
$main_class = '9';
break;
} ?>
<div class="content-holder clearfix">
<div class="container">
<?php get_template_part('title'); ?>
<div class="row">
<div class="col-md-<?php echo esc_attr( $main_class); ?> <?php if (novablog_getVariable('blog_sidebar_pos')==''){echo 'right';}else{echo esc_attr( novablog_getVariable('blog_sidebar_pos')); } ?>" id="content">
<?php get_template_part("loop/loop-author"); ?>
<?php get_template_part('post-template/post-nav'); ?>
</div>
<div class="col-md-<?php echo esc_attr( $sidebar_class); ?> sidebar <?php if (novablog_getVariable('sidebar_sticky')=='stickysidebar') { echo 'sticky-sidebar'; } ?>" id="sidebar">
<div class="theiaStickySidebar">
<?php dynamic_sidebar("hs_main_sidebar"); ?>
</div></div>
</div>
</div>
</div>
<footer class="footer">
<?php get_template_part('wrapper/wrapper-footer'); ?>
</footer>
<?php get_footer(); ?>