aboutsummaryrefslogtreecommitdiff
path: root/src/controller/MenuAndPathsController.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2025-10-20 01:57:21 +0200
committerpolo <ordipolo@gmx.fr>2025-10-20 01:57:21 +0200
commit1e2cee519264f9ab2660540723915aec72bc2116 (patch)
tree1b773307463589f8506ffb0a439976a40e3e7bac /src/controller/MenuAndPathsController.php
parentfb3bb6a42f5a8de6d446bc7566e3b766c7f64ce7 (diff)
downloadcms-1e2cee519264f9ab2660540723915aec72bc2116.zip
noeud "head" unique, noms fichiers CSS et JSS dans page, nombreux changements en conséquences
Diffstat (limited to 'src/controller/MenuAndPathsController.php')
-rw-r--r--src/controller/MenuAndPathsController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller/MenuAndPathsController.php b/src/controller/MenuAndPathsController.php
index f0553ad..a32b210 100644
--- a/src/controller/MenuAndPathsController.php
+++ b/src/controller/MenuAndPathsController.php
@@ -22,7 +22,7 @@ class MenuAndPathsController
22 22
23 $page = new Page( 23 $page = new Page(
24 trim(htmlspecialchars($_POST["label_input"])), 24 trim(htmlspecialchars($_POST["label_input"])),
25 $url_input, 25 $url_input, '',
26 true, true, false, 26 true, true, false,
27 $previous_page->getPosition(), 27 $previous_page->getPosition(),
28 $parent); // peut et DOIT être null si on est au 1er niveau 28 $parent); // peut et DOIT être null si on est au 1er niveau