diff --git a/core/module/theme/theme.php b/core/module/theme/theme.php index f1e591ce..52d3d712 100755 --- a/core/module/theme/theme.php +++ b/core/module/theme/theme.php @@ -294,7 +294,7 @@ class theme extends common { $this->getInput('themeFooterTextPosition') === 'hide' ) { // Valeurs en sortie $this->addOutput([ - 'notification' => 'Sélectionnez au moment un contenu à afficher', + 'notification' => 'Sélectionnez au moins un contenu à afficher', 'redirect' => helper::baseUrl() . 'theme/footer', 'state' => false ]); diff --git a/core/module/theme/view/footer/footer.php b/core/module/theme/view/footer/footer.php index 6b60aa5b..fa710446 100755 --- a/core/module/theme/view/footer/footer.php +++ b/core/module/theme/view/footer/footer.php @@ -103,8 +103,7 @@ getData(['theme', 'footer', 'template'])]; ?> 'Gabarits de mise en page', - 'selected' => $this->getData(['theme', 'footer', 'template']), - 'help' => 'Le changement de la mise en page entraîne la réinitalisation de la position des contenus.' + 'selected' => $this->getData(['theme', 'footer', 'template']) ]); ?>