diff options
author | polo <ordipolo@gmx.fr> | 2025-08-18 01:04:47 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-08-18 01:04:47 +0200 |
commit | 8ef2eab069eb9daa0a2f25c179d321f422332d8d (patch) | |
tree | 1fc2fae097bd3d6bd2f3184c5fe659863a7941d1 /src/installation.php | |
parent | 02fc2268f896c417e2e2aa9a1d95d57e275b5fcf (diff) | |
download | cms-8ef2eab069eb9daa0a2f25c179d321f422332d8d.zip |
bug router php < 8.4, nom et description dans le composer.json
Diffstat (limited to 'src/installation.php')
-rw-r--r-- | src/installation.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/installation.php b/src/installation.php index eaf2181..5adb697 100644 --- a/src/installation.php +++ b/src/installation.php | |||
@@ -107,9 +107,9 @@ function makeStartPage(EntityManager $entityManager){ | |||
107 | $main = new Node('main', NULL, [], 3, NULL, NULL, NULL); | 107 | $main = new Node('main', NULL, [], 3, NULL, NULL, NULL); |
108 | $footer = new Node('footer', NULL, [], 4, NULL, NULL, NULL); | 108 | $footer = new Node('footer', NULL, [], 4, NULL, NULL, NULL); |
109 | $breadcrumb = new Node('breadcrumb', NULL, [], 2, $header, NULL, NULL); | 109 | $breadcrumb = new Node('breadcrumb', NULL, [], 2, $header, NULL, NULL); |
110 | $head_login = new Node('head', NULL, ["stop" => true, 'css_array' => ['body', 'head', 'nav'], 'js_array' => ['main']], 1, NULL, $connection, NULL); | 110 | $head_login = new Node('head', NULL, ["stop" => true, 'css_array' => ['body'], 'js_array' => ['main']], 1, NULL, $connection, NULL); |
111 | $login = new Node('login', NULL, [], 1, $main, $connection, NULL); | 111 | $login = new Node('login', NULL, [], 1, $main, $connection, NULL); |
112 | $head_my_account = new Node('head', NULL, ["stop" => true, 'css_array' => ['body', 'head', 'nav'], 'js_array' => ['main']], 1, NULL, $my_account, NULL); | 112 | $head_my_account = new Node('head', NULL, ["stop" => true, 'css_array' => ['body'], 'js_array' => ['main']], 1, NULL, $my_account, NULL); |
113 | $user_edit = new Node('user_edit', NULL, [], 1, $main, $my_account, NULL); | 113 | $user_edit = new Node('user_edit', NULL, [], 1, $main, $my_account, NULL); |
114 | $head_edit_menu = new Node('head', NULL, ['css_array' => ['body', 'head', 'nav', 'menu', 'foot'], 'js_array' => ['main', 'menu']], 1, NULL, $menu_paths, NULL); | 114 | $head_edit_menu = new Node('head', NULL, ['css_array' => ['body', 'head', 'nav', 'menu', 'foot'], 'js_array' => ['main', 'menu']], 1, NULL, $menu_paths, NULL); |
115 | $bloc_edit_menu = new Node('menu', NULL, [], 1, $main, $menu_paths, NULL); | 115 | $bloc_edit_menu = new Node('menu', NULL, [], 1, $main, $menu_paths, NULL); |