f
This commit is contained in:
parent
24946728e8
commit
c6717ff875
|
|
@ -40,20 +40,17 @@ $_SESSION['bdTests_C'] = "0";
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="<?= ($_SESSION['bdTests_C'] == '1') ? 'mode-test-active' : '' ?>">
|
<body class="<?= ($_SESSION['bdTests_C'] == '1') ? 'mode-test-active' : '' ?>">
|
||||||
|
|
||||||
<?php include('includes/header.php'); ?>
|
<?php include('includes/header.php'); ?>
|
||||||
<?php include('includes/sidebar.php'); ?>
|
<?php include('includes/sidebar.php'); ?>
|
||||||
|
|
||||||
|
<!-- MAIN CONTENT - NE PAS MODIFIER LA STRUCTURE -->
|
||||||
<main id="main" class="main">
|
<main id="main" class="main">
|
||||||
<?php include('includes/main-navigation.php'); ?>
|
<?php include('includes/main-content.php'); ?>
|
||||||
|
|
||||||
<div class="page-content">
|
|
||||||
<?= $contenu ?>
|
|
||||||
</div>
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<?php include('includes/barre-contexte.php'); ?>
|
<?php include('includes/barre-contexte.php'); ?>
|
||||||
<?php include('includes/modals.php'); ?>
|
<?php include('includes/modals.php'); ?>
|
||||||
<?php include('includes/scripts-footer.php'); ?>
|
<?php include('includes/scripts-footer.php'); ?>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Loading…
Reference in New Issue
Block a user