diff --git a/core/module/install/ressource/defaultdata.php b/core/module/install/ressource/defaultdata.php index 7942a8f4..49fb8d2f 100755 --- a/core/module/install/ressource/defaultdata.php +++ b/core/module/install/ressource/defaultdata.php @@ -25,6 +25,7 @@ class init extends common { 'timezone' => 'Europe/Paris', 'itemsperPage' => 10, 'legalPageId' => 'mentions-legales', + 'searchPageId' => 'rechercher', 'metaDescription' => 'Zwii est un CMS sans base de données qui permet de créer et gérer facilement un site web sans aucune connaissance en programmation.', 'title' => 'Votre site en quelques clics !', 'proxyUrl' => '', @@ -296,7 +297,7 @@ class init extends common { 'moduleId' => '', 'parentPageId' => 'accueil', 'modulePosition' => 'bottom', - 'position' => 3, + 'position' => 2, 'group' => self::GROUP_VISITOR, 'targetBlank' => false, 'title' => 'Mise en page', @@ -344,7 +345,7 @@ class init extends common { 'moduleId' => 'blog', 'modulePosition' => 'bottom', 'parentPageId' => '', - 'position' => 4, + 'position' => 3, 'group' => self::GROUP_VISITOR, 'targetBlank' => false, 'title' => 'Blog', @@ -367,7 +368,7 @@ class init extends common { 'moduleId' => 'gallery', 'modulePosition' => 'bottom', 'parentPageId' => '', - 'position' => 5, + 'position' => 4, 'group' => self::GROUP_VISITOR, 'targetBlank' => false, 'title' => 'Galeries', @@ -391,7 +392,7 @@ class init extends common { 'moduleId' => 'redirection', 'modulePosition' => 'bottom', 'parentPageId' => '', - 'position' => 6, + 'position' => 5, 'group' => self::GROUP_VISITOR, 'targetBlank' => true, 'title' => 'Site de Zwii', @@ -589,6 +590,29 @@ class init extends common { 'hideMenuSide' => false, 'hideMenuChildren' =>false ], + 'rechercher' => [ + 'typeMenu' => 'text', + 'iconUrl' => '', + 'disable' => false, + 'content' => '

Rechercher dans le site.

', + 'hideTitle' => true, + 'breadCrumb' => false, + 'metaDescription' => '', + 'metaTitle' => '', + 'moduleId' => 'research', + 'modulePosition' => 'bottom', + 'parentPageId' => '', + 'position' => 6, + 'group' => self::GROUP_VISITOR, + 'targetBlank' => false, + 'title' => 'Rechercher', + 'block' => '12', + 'barLeft' => '', + 'barRight' => '', + 'displayMenu' => 'none', + 'hideMenuSide' => false, + 'hideMenuChildren' =>false + ], ], 'module' => [ 'blog' => [