feat: page mentions légales (LCEN + RGPD)

This commit is contained in:
Cedric Abonnel
2026-05-08 19:10:33 +02:00
parent a41bf66c47
commit 51c1d27fef
3 changed files with 119 additions and 1 deletions
+4
View File
@@ -136,6 +136,10 @@ switch ($action) {
include BASE_PATH . '/templates/post_form.php';
break;
case 'legal':
include BASE_PATH . '/templates/legal.php';
break;
case 'licenses':
include BASE_PATH . '/templates/licenses.php';
break;