Rechercher : loupe dans le menu

This commit is contained in:
Fred Tempez 2020-08-16 10:34:09 +02:00
parent 635e561765
commit 59e42e81d8
1 changed files with 6 additions and 6 deletions

View File

@ -415,7 +415,7 @@ class init extends common {
'moduleId' => 'form', 'moduleId' => 'form',
'modulePosition' => 'bottom', 'modulePosition' => 'bottom',
'parentPageId' => '', 'parentPageId' => '',
'position' => 7, 'position' => 6,
'group' => self::GROUP_VISITOR, 'group' => self::GROUP_VISITOR,
'targetBlank' => false, 'targetBlank' => false,
'title' => 'Contact', 'title' => 'Contact',
@ -590,9 +590,9 @@ class init extends common {
'hideMenuSide' => false, 'hideMenuSide' => false,
'hideMenuChildren' =>false 'hideMenuChildren' =>false
], ],
'rechercher' => [ 'recherche' => [
'typeMenu' => 'text', 'typeMenu' => 'icon',
'iconUrl' => '', 'iconUrl' => 'icones/loupe.png',
'disable' => false, 'disable' => false,
'content' => '<h1>Rechercher dans le site</h1>', 'content' => '<h1>Rechercher dans le site</h1>',
'hideTitle' => true, 'hideTitle' => true,
@ -602,10 +602,10 @@ class init extends common {
'moduleId' => 'search', 'moduleId' => 'search',
'modulePosition' => 'bottom', 'modulePosition' => 'bottom',
'parentPageId' => '', 'parentPageId' => '',
'position' => 6, 'position' => 7,
'group' => self::GROUP_VISITOR, 'group' => self::GROUP_VISITOR,
'targetBlank' => false, 'targetBlank' => false,
'title' => 'Rechercher', 'title' => 'Recherche',
'block' => '12', 'block' => '12',
'barLeft' => '', 'barLeft' => '',
'barRight' => '', 'barRight' => '',