HEX
Server: Apache
System: Linux webm020.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: thanexcelr (29537)
PHP: 7.3.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/t/h/a/thanexcelr/www/wp-content/themes/novellite/template-frontpage.php
<?php
/*
  Template Name: Front Page
 */
?>

<?php get_header();      
// slider template
get_template_part( 'template/home','slider'); 

    //-- All section loop --
    $section = array('section_three_column','section_testimonial','section_woo',
    'section_blog','section_team','section_pricing','section_countactus');

        foreach(get_theme_mod('home_sorting',$section) as $value):
        get_template_part( 'template/'.$value); 
        endforeach;
?>
    <div id ="slspeed" sliderspeed="<?php if ((get_theme_mod('second_slider_image') != '') ) { echo true; } else { echo false;  } ?>"></div>
<?php get_footer(); ?>