<!--Skippy-->
<a id="skippy" class="visually-hidden-focusable" href="#content">
<div class="container">
<span class="skiplink-text"><?= htmlspecialchars($L['skip_main']) ?></span>
</div>
</a>
<!--Background image-->
<div class="bg-image"></div>
<!-- ========== WRAPPER ========== -->
<div class="wrapper">
<!--Header start-->
<?php include 'header-layout.php'; ?>
<!--End header-->
<!--Main menu-->
<?php include 'main-menu.php'; ?>
<!--End main menu-->
<!-- sidebar mobile menu -->
<?php include 'mobile-side.php'; ?>
<!-- end sidebar mobile menu -->
<!--Content start-->
<main id="content">
<div class="container">
<?php
// هنا يتم تضمين المحتوى الديناميكي
if (isset($content)) {
include $content;
}
?>
</div>
</main>
<!--End Content-->
<!--Footer start-->
<?php include 'footer-layout.php'; ?>
<!-- End Footer -->
</div>
<!-- ========== END WRAPPER ========== -->
<!--Back to top-->
<?php include 'back-top.php'; ?>