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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user