diff --git a/core/module/theme/theme.php b/core/module/theme/theme.php index 52d3d712..c3b7d9b3 100755 --- a/core/module/theme/theme.php +++ b/core/module/theme/theme.php @@ -73,13 +73,13 @@ class theme extends common { 'center' => 'Affiché' ], 2 => [ 'hide' => 'Masqué', - 'left' => 'A Gauche', - 'right' => 'A Droite' ], + 'left' => 'A gauche', + 'right' => 'A droite' ], 3 => [ 'hide' => 'Masqué', - 'left' => 'A Gauche', - 'center' => 'Au Central', - 'right' => 'A Droite' ], + 'left' => 'A gauche', + 'center' => 'Au centre', + 'right' => 'A droite' ], 4 => [ 'hide' => 'Masqué', 'left' => 'En haut', diff --git a/core/module/theme/view/footer/footer.js.php b/core/module/theme/view/footer/footer.js.php index 5d37321d..a89e9dc1 100755 --- a/core/module/theme/view/footer/footer.js.php +++ b/core/module/theme/view/footer/footer.js.php @@ -120,8 +120,8 @@ $("#themeFooterTemplate").on("change",function() { // Nettoyage des sélecteurs des contenus var newOptions = { 4: {'hide' : 'Masqué', 'left' : 'En haut', 'center' : 'Au milieu', 'right' : 'En bas'} , - 3: {'hide': 'Masqué', 'left': 'A Gauche', 'center': 'Au Central', 'right': 'A Droite'} , - 2: {'hide': 'Masqué', 'left': 'A Gauche', 'right': 'A Droite'} , + 3: {'hide': 'Masqué', 'left': 'A gauche', 'center': 'Au centre', 'right': 'A droite'} , + 2: {'hide': 'Masqué', 'left': 'A gauche', 'right': 'A droite'} , 1: {'hide': 'Masqué', 'center': 'Affiché'} }; var $el = $(".themeFooterContent"); diff --git a/core/module/theme/view/footer/footer.php b/core/module/theme/view/footer/footer.php index fa710446..5173b231 100755 --- a/core/module/theme/view/footer/footer.php +++ b/core/module/theme/view/footer/footer.php @@ -34,29 +34,59 @@ -
Contenu personnalisé texte ou HTML :
- 'Emplacement', - 'selected' => $this->getData(['theme', 'footer', 'textPosition']), - 'class' => 'themeFooterContent' - ]); ?> - 'Alignement', - 'selected' => $this->getData(['theme', 'footer', 'textAlign']) - ]); ?> -Réseaux sociaux :
- 'Emplacement', - 'selected' => $this->getData(['theme', 'footer', 'socialsPosition']), - 'class' => 'themeFooterContent' - ]); ?> - 'Alignement', - 'selected' => $this->getData(['theme', 'footer', 'socialsAlign']) - ]); ?> -Info et copyright :
- 'Emplacement', - 'selected' => $this->getData(['theme', 'footer', 'copyrightPosition']), - 'class' => 'themeFooterContent' - ]); ?> - 'Alignement', - 'selected' => $this->getData(['theme', 'footer', 'copyrightAlign']) - ]); ?> -Contenu personnalisé
+ 'Emplacement', + 'selected' => $this->getData(['theme', 'footer', 'textPosition']), + 'class' => 'themeFooterContent' + ]); ?> + 'Alignement', + 'selected' => $this->getData(['theme', 'footer', 'textAlign']) + ]); ?> +Réseaux sociaux
+ 'Emplacement', + 'selected' => $this->getData(['theme', 'footer', 'socialsPosition']), + 'class' => 'themeFooterContent' + ]); ?> + 'Alignement', + 'selected' => $this->getData(['theme', 'footer', 'socialsAlign']) + ]); ?> +Info et copyright
+ 'Emplacement', + 'selected' => $this->getData(['theme', 'footer', 'copyrightPosition']), + 'class' => 'themeFooterContent' + ]); ?> + 'Alignement', + 'selected' => $this->getData(['theme', 'footer', 'copyrightAlign']) + ]); ?> +