diff --git a/core/core.php b/core/core.php index 7b8be6c2..e1f29008 100644 --- a/core/core.php +++ b/core/core.php @@ -946,7 +946,7 @@ class common { if($this->getData(['core', 'dataVersion']) < 9100) { $this->setData(['theme','footer','displayVersion', true ]); $this->setData(['theme','footer','displaySiteMap', true ]); - $this->setData(['theme','footer','displayCopyright', true ]); + $this->setData(['theme','footer','displayCopyright', false ]); $this->setData(['core', 'dataVersion', 9100]); //$this->SaveData(); } diff --git a/core/module/config/view/index/index.php b/core/module/config/view/index/index.php index f879a98b..3114ab81 100755 --- a/core/module/config/view/index/index.php +++ b/core/module/config/view/index/index.php @@ -124,85 +124,77 @@ 'checked' => $this->getData(['config', 'autoUpdate']), 'help' => 'Vérification quotidienne des mises à jour.' ]); ?> - -
- 'Saisissez votre ID : https://twitter.com/[ID].', - 'label' => 'Twitter', - 'value' => $this->getData(['config', 'social', 'twitterId']) - ]); ?> -
- -
-
- 'ID de la chaîne : https://www.youtube.com/channel/[ID].', - 'label' => 'Chaîne Youtube', - 'value' => $this->getData(['config', 'social', 'youtubeId']) - ]); ?> -
-
- 'Saisissez votre ID Utilisateur : https://www.youtube.com/user/[ID].', - 'label' => 'Youtube', - 'value' => $this->getData(['config', 'social', 'youtubeUserId']) - ]); ?> -
-
- 'Saisissez votre ID : https://pinterest.com/[ID].', - 'label' => 'Pinterest', - 'value' => $this->getData(['config', 'social', 'pinterestId']) - ]); ?> -
- -
-
-
- 'Saisissez votre ID Github : https://github.com/[ID].', - 'label' => 'Github', - 'value' => $this->getData(['config', 'social', 'githubId']) - ]); ?> -
-
- 'Saisissez votre ID Linkedin : https://fr.linkedin.com/in/[ID].', - 'label' => 'Linkedin', - 'value' => $this->getData(['config', 'social', 'linkedinId']) - ]); ?> -
+ + +
+
+

Réseaux sociaux

-
+
+ 'Saisissez votre ID : https://www.facebook.com/[ID].', + 'label' => 'Facebook', + 'value' => $this->getData(['config', 'social', 'facebookId']) + ]); ?> +
+
+ 'Saisissez votre ID : https://www.instagram.com/[ID].', + 'label' => 'Instagram', + 'value' => $this->getData(['config', 'social', 'instagramId']) + ]); ?> +
+
+ 'Saisissez votre ID : https://twitter.com/[ID].', + 'label' => 'Twitter', + 'value' => $this->getData(['config', 'social', 'twitterId']) + ]); ?> +
+
+
+
+ 'ID de la chaîne : https://www.youtube.com/channel/[ID].', + 'label' => 'Chaîne Youtube', + 'value' => $this->getData(['config', 'social', 'youtubeId']) + ]); ?> +
+
+ 'Saisissez votre ID Utilisateur : https://www.youtube.com/user/[ID].', + 'label' => 'Youtube', + 'value' => $this->getData(['config', 'social', 'youtubeUserId']) + ]); ?> +
+
'Saisissez votre ID : https://pinterest.com/[ID].', 'label' => 'Pinterest', 'value' => $this->getData(['config', 'social', 'pinterestId']) ]); ?> -
-
- 'Saisissez votre ID Linkedin : https://fr.linkedin.com/in/[ID].', - 'label' => 'Linkedin', - 'value' => $this->getData(['config', 'social', 'linkedinId']) - ]); ?> -
+
-
+
'Saisissez votre ID Github : https://github.com/[ID].', 'label' => 'Github', 'value' => $this->getData(['config', 'social', 'githubId']) ]); ?>
+
+ 'Saisissez votre ID Linkedin : https://fr.linkedin.com/in/[ID].', + 'label' => 'Linkedin', + 'value' => $this->getData(['config', 'social', 'linkedinId']) + ]); ?> +
-

Référencement

diff --git a/core/module/install/ressource/defaultdata.php b/core/module/install/ressource/defaultdata.php index 56785fd3..b9e3cea6 100644 --- a/core/module/install/ressource/defaultdata.php +++ b/core/module/install/ressource/defaultdata.php @@ -19,7 +19,7 @@ class init extends common { ], 'timezone' => 'Europe/Paris', 'itemsperPage' => 10, - 'legalPageId' => '', + 'legalPageId' => 'mentions-legales', '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 !' ], @@ -84,17 +84,16 @@ class init extends common { 'textColor' => 'rgba(33, 34, 35, 1)', 'copyrightPosition' => 'right', 'copyrightAlign' => 'right', - 'text' => 'Pied de page personnalisé', + 'text' => '

Pied de page personnalisé

', 'textPosition' => 'left', 'textAlign' => 'left', 'textTransform' => 'none', 'socialsPosition' => 'center', 'socialsAlign' => 'center', 'displayVersion' => true, - 'displayVersion' => true, 'displaySiteMap' => true, - 'displayCopyright' => true, - 'displayLegal' => false, + 'displayCopyright' => false, + 'displayLegal' => true, 'displaySearch' => false, 'template' => '3' ], @@ -125,7 +124,7 @@ class init extends common { 'fontSize' => '1em', 'fontWeight' => 'normal', 'height' => '15px 10px', - 'loginLink' => true, + 'loginLink' => false, 'burgerTitle' => true, 'margin' => false, 'position' => 'site-second',