From 59e42e81d8c0eb091c98558015a51786343a02aa Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sun, 16 Aug 2020 10:34:09 +0200 Subject: [PATCH] Rechercher : loupe dans le menu --- core/module/install/ressource/defaultdata.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/module/install/ressource/defaultdata.php b/core/module/install/ressource/defaultdata.php index 72909a90..7947f2b0 100755 --- a/core/module/install/ressource/defaultdata.php +++ b/core/module/install/ressource/defaultdata.php @@ -415,7 +415,7 @@ class init extends common { 'moduleId' => 'form', 'modulePosition' => 'bottom', 'parentPageId' => '', - 'position' => 7, + 'position' => 6, 'group' => self::GROUP_VISITOR, 'targetBlank' => false, 'title' => 'Contact', @@ -590,9 +590,9 @@ class init extends common { 'hideMenuSide' => false, 'hideMenuChildren' =>false ], - 'rechercher' => [ - 'typeMenu' => 'text', - 'iconUrl' => '', + 'recherche' => [ + 'typeMenu' => 'icon', + 'iconUrl' => 'icones/loupe.png', 'disable' => false, 'content' => '

Rechercher dans le site

', 'hideTitle' => true, @@ -602,10 +602,10 @@ class init extends common { 'moduleId' => 'search', 'modulePosition' => 'bottom', 'parentPageId' => '', - 'position' => 6, + 'position' => 7, 'group' => self::GROUP_VISITOR, 'targetBlank' => false, - 'title' => 'Rechercher', + 'title' => 'Recherche', 'block' => '12', 'barLeft' => '', 'barRight' => '',