HEX
Server: LiteSpeed
System: Linux server137.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User: bibuzptr (1123)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/bibuzptr/elearning.bibu-edu.us/old/wp-content/themes/course-builder/wrapper.php
<?php

/**
 * Set Default value when theme option not save at first time setup
 *
 */
/**
 * Set Default value when theme option not save at first time setup
 *
 */

if ( is_page_template( 'templates/home-page.php' ) || is_page_template( 'templates/home-page-2.php' ) ||
     is_page_template( 'templates/page-default.php' ) || is_page_template( 'page-templates/landing-no-footer.php' ) ||
     is_page_template( 'elementor_canvas' ) ) {
	$file = thim_template_path();
	include $file;

	return;
} else {
	$file = thim_template_path();
	get_header();
	?>
    <section class="content-area">
		<?php
		get_template_part( 'templates/page-title/page', 'title' );

		do_action( 'thim_wrapper_loop_start' );
		include $file;
		do_action( 'thim_wrapper_loop_end' );
		?>
    </section>
	<?php
	get_footer();
}