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
+3 -1
View File
@@ -113,4 +113,6 @@ if (isset($_GET['edit_xp']) && is_numeric($_GET['edit_xp'])) {
<h2 class="projects-title">Gérer les projets</h2>
<?php afficherProjetsAdmin(); ?>
<h2 class="projects-title">Gérer les experiences</h2>
<?php afficherXPAdmin(); ?>
<?php afficherXPAdmin();
require_once('../elements/footer.php'); ?>