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