HEX
Server: LiteSpeed
System: Linux server1.jphostbd.xyz 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
User: dailyajk (1018)
PHP: 7.4.33
Disabled: mail, show_source, system, shell_exec, passthru, exec, eval, shell
Upload Files
File: /home/dailyajk/public_html/wp-content/themes/jphostbd-news12/index.php
<?php get_header() ?>
   <?php global $jphostbd ?>
   <?php
$layout = $jphostbd['homepage-section']['Show'];
if ($layout): foreach ($layout as $key=>$value) {
     switch($key) {
        case 'section-one': get_template_part('assets/file/page/section-one');
        break;
		
		case 'section-two': get_template_part('assets/file/page/section-two');
        break;
		
		case 'section-three': get_template_part('assets/file/page/section-three');
        break;
		
		case 'section-four': get_template_part('assets/file/page/section-four');   
        break;
       
		case 'section-five': get_template_part('assets/file/page/section-five');   
        break;
			
		case 'gallery-section': get_template_part('assets/file/page/gallery-section');   
        break; 
		
		case 'section-six': get_template_part('assets/file/page/section-six');   
        break;
 
    }
 }
 endif;
?>	
		
		
		
		
		
		
		
		<?php get_footer(); 
			?>