diff --git a/CHANGES-DEV.MD b/CHANGES-DEV.MD
index d01b1aff..507118b7 100755
--- a/CHANGES-DEV.MD
+++ b/CHANGES-DEV.MD
@@ -1,4 +1,5 @@
ChangeLog version bêta 8.3 :
+- 0.9.9 Correction : la bannière renvoie vers la home si l'option est active et qu'il n'y a pas de titre texte dans celle-ci.
- 0.9.8 Améliore la correction du bug RFM
- 0.9.7 Permet au menu de sortir de la largeur du site quand il est au-dessus de la bannière
- 0.9.6 Corrige l'affichage d'une erreur 404 si le contenu d'une page est supprimé
diff --git a/core/layout/main.php b/core/layout/main.php
index c8930289..bf482ce2 100755
--- a/core/layout/main.php
+++ b/core/layout/main.php
@@ -1,158 +1,162 @@
-
-
-
-
-
-
- showMetaTitle(); ?>
- showMetaDescription(); ?>
- showFavicon(); ?>
- showVendor(); ?>
-
-
-
-
-
-showStyle(); ?>
-showBar(); ?>
-showNotification(); ?>
-getData(['theme', 'menu', 'position']) === 'body-first' || $this->getData(['theme', 'menu', 'position']) === 'body-top' ): ?>
-
-
-
-
-
- showMenu(); ?>
-
-
-
-getData(['theme', 'header', 'position']) === 'body'): ?>
-
-
-
-getData(['theme', 'menu', 'position']) === 'body-second'): ?>
-
-
-
-
-
-
-
-
- getData(['theme', 'menu', 'position']) === 'site-first'): ?>
-
-
-
-
-
-
- getData(['theme', 'header', 'position']) === 'site'
- // Affiche toujours la bannière pour l'édition du thème
- OR (
- $this->getData(['theme', 'header', 'position']) === 'hide'
- AND $this->getUrl(0) === 'theme'
- )
- ): ?>
-
-
-
- getData(['theme', 'menu', 'position']) === 'site-second'
- // Affiche toujours le menu pour l'édition du thème
- OR (
- $this->getData(['theme', 'menu', 'position']) === 'hide'
- AND $this->getUrl(0) === 'theme'
- )
- ): ?>
-
-
getData(['theme', 'menu', 'position']) === 'hide'): ?>class="displayNone">
-
-
-
-
-
-
- getData(['theme', 'footer', 'position']) === 'site'
- // Affiche toujours le pied de page pour l'édition du thème
- OR (
- $this->getData(['theme', 'footer', 'position']) === 'hide'
- AND $this->getUrl(0) === 'theme'
- )
- ): ?>
-
-
-
-
-getData(['theme', 'footer', 'position']) === 'body'): ?>
-
-
-
-
-
-showAnalytics(); ?>
-showScript(); ?>
-
+
+
+
+
+
+
+ showMetaTitle(); ?>
+ showMetaDescription(); ?>
+ showFavicon(); ?>
+ showVendor(); ?>
+
+
+
+
+
+showStyle(); ?>
+showBar(); ?>
+showNotification(); ?>
+getData(['theme', 'menu', 'position']) === 'body-first' || $this->getData(['theme', 'menu', 'position']) === 'body-top' ): ?>
+
+
+
+
+
+ showMenu(); ?>
+
+
+
+getData(['theme', 'header', 'position']) === 'body'): ?>
+
+
+
+ getData(['theme','header','linkHome'])){
+ echo "" ;} ?>
+
+
+
+
+ getData(['theme','header','linkHome'])){echo " ";}
+ ?>
+
+
+
+getData(['theme', 'menu', 'position']) === 'body-second'): ?>
+
+
+
+
+
+
+
+
+ getData(['theme', 'menu', 'position']) === 'site-first'): ?>
+
+
+
+
+
+
+ getData(['theme', 'header', 'position']) === 'site'
+ // Affiche toujours la bannière pour l'édition du thème
+ OR (
+ $this->getData(['theme', 'header', 'position']) === 'hide'
+ AND $this->getUrl(0) === 'theme'
+ )
+ ): ?>
+
+
+
+ getData(['theme','header','linkHome'])){
+ echo "
" ;} ?>
+
+
+ getData(['theme','header','linkHome'])){echo " ";} ?>
+
+ getData(['theme', 'menu', 'position']) === 'site-second'
+ // Affiche toujours le menu pour l'édition du thème
+ OR (
+ $this->getData(['theme', 'menu', 'position']) === 'hide'
+ AND $this->getUrl(0) === 'theme'
+ )
+ ): ?>
+
+
getData(['theme', 'menu', 'position']) === 'hide'): ?>class="displayNone">
+
+
+
+
+
+
+ getData(['theme', 'footer', 'position']) === 'site'
+ // Affiche toujours le pied de page pour l'édition du thème
+ OR (
+ $this->getData(['theme', 'footer', 'position']) === 'hide'
+ AND $this->getUrl(0) === 'theme'
+ )
+ ): ?>
+
+
+
+
+getData(['theme', 'footer', 'position']) === 'body'): ?>
+
+
+
+
+
+showAnalytics(); ?>
+showScript(); ?>
+
\ No newline at end of file