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',
'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' => '<h1>Rechercher dans le site</h1>',
'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' => '',