Modification des include header/footer. début de login fonctionnel

Co-authored-by: Charpentier Juliette <juliette.charpentier1@etu.u-pec.fr>
This commit is contained in:
2024-06-09 17:07:43 +02:00
parent c80c49df2f
commit e9e2e68bcf
11 changed files with 76 additions and 31 deletions

View File

@@ -25,10 +25,10 @@
</head>
<body>
<?php include ('views/header.php'); ?>
<?php include($_SERVER['DOCUMENT_ROOT'].'/views/header.php')?>
<!-- code de la page ici -->
<?php include ('views/footer.php'); ?>
<?php include($_SERVER['DOCUMENT_ROOT'].'/views/footer.php')?>
</body>
</html>