diff options
author | polo <ordipolo@gmx.fr> | 2025-05-22 13:50:54 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-05-22 13:50:54 +0200 |
commit | 1580f58d5a3e3ef3ab23927ee3b8455b086147f0 (patch) | |
tree | 4e0ffc57b1a8ab2bb05ffeffe2a2a4a7a46e22a7 | |
parent | f724ce1c7432d5e67f01db25e6d1cdb9453b0882 (diff) | |
download | cms-1580f58d5a3e3ef3ab23927ee3b8455b086147f0.zip |
manquait ce fichier
-rw-r--r-- | src/controller/installation.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/controller/installation.php b/src/controller/installation.php index d9ea849..ad87b72 100644 --- a/src/controller/installation.php +++ b/src/controller/installation.php | |||
@@ -112,13 +112,13 @@ function makeStartPage(EntityManager $entityManager){ | |||
112 | 112 | ||
113 | /* -- table node_data -- */ | 113 | /* -- table node_data -- */ |
114 | // paramètres: data, node, images | 114 | // paramètres: data, node, images |
115 | $head_accueil_data = new NodeData(["description" => "Club, École de natation et Perfectionnement", "title" => "Les Nageurs Bigoudens"], $head_accueil, new ArrayCollection([$favicon])); | 115 | $head_accueil_data = new NodeData(["description" => "Club, École de natation et Perfectionnement"], $head_accueil, new ArrayCollection([$favicon])); |
116 | $head_login_data = new NodeData(["description" => "Connexion"], $head_login, new ArrayCollection([$favicon])); | ||
117 | $head_article_data = new NodeData(["description" => ""], $head_article, new ArrayCollection([$favicon])); | ||
118 | $head_edit_menu_data = new NodeData(["description" => "Menu et chemins"], $head_edit_menu, new ArrayCollection([$favicon])); | ||
119 | $head_new_page_data = new NodeData(["description" => "Nouvelle page"], $head_new_page, new ArrayCollection([$favicon])); | ||
116 | $header_data = new NodeData(["description" => "Club, École de natation et Perfectionnement", "social" => ["title" => "Les Nageurs Bigoudens", "facebook_link" => "https://www.facebook.com/nageursbigoudens29120", "instagram_link" => "https://www.instagram.com/nageursbigoudens/"]], $header, new ArrayCollection([$logo, $facebook, $instagram, $linkedin, $github, $fond_piscine])); | 120 | $header_data = new NodeData(["description" => "Club, École de natation et Perfectionnement", "social" => ["title" => "Les Nageurs Bigoudens", "facebook_link" => "https://www.facebook.com/nageursbigoudens29120", "instagram_link" => "https://www.instagram.com/nageursbigoudens/"]], $header, new ArrayCollection([$logo, $facebook, $instagram, $linkedin, $github, $fond_piscine])); |
117 | $footer_data = new NodeData(["adresse" => "17, rue Raymonde Folgoas Guillou, 29120 Pont-l’Abbé", "contact_nom" => "Les Nageurs Bigoudens", "e_mail" => "nb.secretariat@orange.fr", "logo_footer" => "assets/logo-nb-et-ffn.png"], $footer); | 121 | $footer_data = new NodeData(["adresse" => "17, rue Raymonde Folgoas Guillou, 29120 Pont-l’Abbé", "contact_nom" => "Les Nageurs Bigoudens", "e_mail" => "nb.secretariat@orange.fr", "logo_footer" => "assets/logo-nb-et-ffn.png"], $footer); |
118 | $head_login_data = new NodeData(["description" => "Connexion", "title" => "Connexion"], $head_login, new ArrayCollection([$favicon])); | ||
119 | $head_article_data = new NodeData(["description" => "", "title" => ""], $head_article, new ArrayCollection([$favicon])); | ||
120 | $head_edit_menu_data = new NodeData(["description" => "Menu et chemins", "title" => "Menu et chemins"], $head_edit_menu, new ArrayCollection([$favicon])); | ||
121 | $head_new_page_data = new NodeData(["description" => "Nouvelle page", "title" => "Nouvelle page"], $head_new_page, new ArrayCollection([$favicon])); | ||
122 | 122 | ||
123 | /* -- table page -- */ | 123 | /* -- table page -- */ |
124 | $entityManager->persist($accueil); | 124 | $entityManager->persist($accueil); |