Ajout de la page user fonctionnelle (ctrl, model associé etc) update des liens en display pour fonctionnement. Correction nom fichier project_display

This commit is contained in:
laura.chevillet 2026-02-10 14:55:34 +01:00
parent 48108f717f
commit f4d5669e44
16 changed files with 471 additions and 364 deletions

View file

@ -181,7 +181,7 @@
$objProject->hydrate($arrProject);
$this->_arrData["objProject"] = $objProject;
$this->_display("projet_display");
$this->_display("project_display");
} else {
header("Location: index.php?ctrl=project&action=home");
exit;