Mise à jour Camille

This commit is contained in:
Camilledenoray 2026-05-14 17:22:34 +02:00
parent 1dd4060314
commit b373875a61
33 changed files with 883 additions and 150 deletions

View file

@ -2,5 +2,8 @@
return [
'debug'=> true,
'home' => 'projets'
'panel' => [
'menu' => require_once __DIR__ . '/menu.php',
'home' => 'pages/home',
],
];