Ajout d'un footer avec les différents réseaux (fonctionnel) + futur cgu (a venir)

This commit is contained in:
Esteban
2026-06-05 20:22:35 +02:00
parent cf08973d5b
commit ee5642aa43
10 changed files with 130 additions and 10 deletions
+6 -1
View File
@@ -37,4 +37,9 @@ if (isset($_SESSION['user_id'])){
</div>
</div>
</body>
</body>
<?php
// Ajout du footer
require_once('../elements/footer.php'); ?>