Ajout page À propos et correction googleapis

This commit is contained in:
Cedric Abonnel
2026-05-08 19:20:42 +02:00
parent b3e2c1c515
commit 13fd9fcbbd
3 changed files with 110 additions and 1 deletions
+4
View File
@@ -136,6 +136,10 @@ switch ($action) {
include BASE_PATH . '/templates/post_form.php';
break;
case 'about':
include BASE_PATH . '/templates/about.php';
break;
case 'legal':
include BASE_PATH . '/templates/legal.php';
break;