-
- getData(['theme', 'footer', 'textPosition']) === 'left') {
- $layout->showFooterText(); }
- ?>
- getData(['theme', 'footer', 'socialsPosition']) === 'left') {
- $layout->showSocials(); }
- ?>
- getData(['theme', 'footer', 'copyrightPosition']) === 'left') {
- $layout->showCopyright(); }
- ?>
-
-
- getData(['theme', 'footer', 'textPosition']) === 'center') {
- $layout->showFooterText(); }
- ?>
- getData(['theme', 'footer', 'socialsPosition']) === 'center') {
- $layout->showSocials(); }
- ?>
- getData(['theme', 'footer', 'copyrightPosition']) === 'center') {
- $layout->showCopyright(); }
- ?>
-
-
- getData(['theme', 'footer', 'textPosition']) === 'right') {
- $layout->showFooterText(); }
- ?>
- getData(['theme', 'footer', 'socialsPosition']) === 'right') {
- $layout->showSocials(); }
- ?>
- getData(['theme', 'footer', 'copyrightPosition']) === 'right') {
- $layout->showCopyright();}
- ?>
-
+
+
+
+
+ getData(['theme', 'footer', 'template'])) {
+ case '1' :
+ $class['left'] = "displayNone";
+ $class['center'] = "col12";
+ $class['right'] = "displayNone";
+ break;
+ case '2' :
+ $class['left'] = "col6";
+ $class['center'] = "displayNone";
+ $class['right'] = "col6";
+ break;
+ case '3' :
+ $class['left'] = "col4";
+ $class['center'] = "col4";
+ $class['right'] = "col4";
+ break;
+ }?>
+
-
+
showScript();?>
diff --git a/core/module/install/ressource/defaultdata.php b/core/module/install/ressource/defaultdata.php
index 0237f341..8e95d508 100644
--- a/core/module/install/ressource/defaultdata.php
+++ b/core/module/install/ressource/defaultdata.php
@@ -433,9 +433,9 @@ class install extends common {
'font' => 'Open+Sans',
'fontSize' => '.8em',
'fontWeight' => 'normal',
- 'height' => '10px',
+ 'height' => '0',
'loginLink' => true,
- 'margin' => false,
+ 'margin' => true,
'position' => 'site',
'textColor' => 'rgba(33, 34, 35, 1)',
'copyrightPosition' => 'right',
@@ -449,7 +449,9 @@ class install extends common {
'displayVersion' => true,
'displayVersion' => true,
'displaySiteMap' => true,
- 'displayCopyright' => true
+ 'displayCopyright' => true,
+ 'template' => '3',
+ 'legalPageId' => ''
],
'header' => [
'backgroundColor' => 'rgba(255, 255, 255, 1)',
diff --git a/core/module/theme/theme.php b/core/module/theme/theme.php
index 495bd61b..b64f07be 100755
--- a/core/module/theme/theme.php
+++ b/core/module/theme/theme.php
@@ -68,21 +68,34 @@ class theme extends common {
'Vollkorn' => 'Vollkorn'
];
public static $footerblocks = [
- 'hide' => 'Masqué',
- 'left' => 'Bloc Gauche',
- 'center' => 'Bloc Central',
- 'right' => 'Bloc Droite'
+ 1 => [
+ 'hide' => 'Masqué',
+ 'center' => 'Affiché' ],
+ 2 => [
+ 'hide' => 'Masqué',
+ 'left' => 'Bloc Gauche',
+ 'right' => 'Bloc Droite' ],
+ 3 => [
+ 'hide' => 'Masqué',
+ 'left' => 'Bloc Gauche',
+ 'center' => 'Bloc Central',
+ 'right' => 'Bloc Droite' ],
+ 4 => [
+ 'hide' => 'Masqué',
+ 'top' => 'Bloc haut',
+ 'middle' => 'Bloc au milieu',
+ 'bottom' => 'Bloc inférieur' ]
];
+
public static $fontWeights = [
'normal' => 'Maigre',
'bold' => 'Gras'
];
public static $footerHeights = [
- '-5px' => 'Réduite',
- '0px' => 'Très petite',
- '5px' => 'Petite',
- '10px' => 'Grande',
- '15px' => 'Très grande'
+ '0' => 'Très petites',
+ '10px' => 'Petites',
+ '20px' => 'Grandes',
+ '30px' => 'Très grandes'
];
public static $footerPositions = [
'hide' => 'Caché',
@@ -207,7 +220,12 @@ class theme extends common {
'auto auto' => 'Automatique',
'100% 100%' => 'Image étirée'
];
-
+ public static $footerTemplate = [
+ '1' => 'Colonne unique',
+ '2' => 'Colonnes, 2 bloc 50% - 50%',
+ '3' => 'Colonnes, 3 blocs 33% - 33% - 33%',
+ '4' => 'Trois lignes en pleine largeur'
+ ];
/**
* Mode avancé
@@ -271,40 +289,59 @@ class theme extends common {
public function footer() {
// Soumission du formulaire
if($this->isPost()) {
- $this->setData(['theme', 'footer', [
- 'backgroundColor' => $this->getInput('themeFooterBackgroundColor'),
- 'copyrightAlign' => $this->getInput('themeFooterCopyrightAlign'),
- 'height' => $this->getInput('themeFooterHeight'),
- 'loginLink' => $this->getInput('themeFooterLoginLink'),
- 'margin' => $this->getInput('themeFooterMargin', helper::FILTER_BOOLEAN),
- 'position' => $this->getInput('themeFooterPosition'),
- 'socialsAlign' => $this->getInput('themeFooterSocialsAlign'),
- 'text' => $this->getInput('themeFooterText', null),
- 'textAlign' => $this->getInput('themeFooterTextAlign'),
- 'textColor' => $this->getInput('themeFooterTextColor'),
- 'copyrightPosition' => $this->getInput('themeFooterCopyrightPosition'),
- 'textPosition' => $this->getInput('themeFooterTextPosition'),
- 'socialsPosition' => $this->getInput('themeFooterSocialsPosition'),
- 'textTransform' => $this->getInput('themeFooterTextTransform'),
- 'font' => $this->getInput('themeFooterFont'),
- 'fontSize' => $this->getInput('themeFooterFontSize'),
- 'fontWeight' => $this->getInput('themeFooterFontWeight'),
- 'displayVersion' => $this->getInput('themefooterDisplayVersion', helper::FILTER_BOOLEAN),
- 'displaySiteMap' => $this->getInput('themefooterDisplaySiteMap', helper::FILTER_BOOLEAN),
- 'displayCopyright' => $this->getInput('themefooterDisplayCopyright', helper::FILTER_BOOLEAN)
- ]]);
- // Valeurs en sortie
- $this->addOutput([
- 'notification' => 'Modifications enregistrées',
- 'redirect' => helper::baseUrl() . 'theme',
- 'state' => true
- ]);
+ if ( $this->getInput('themeFooterCopyrightPosition') === 'hide' &&
+ $this->getInput('themeFooterSocialsPosition') === 'hide' &&
+ $this->getInput('themeFooterTextPosition') === 'hide' ) {
+ // Valeurs en sortie
+ $this->addOutput([
+ 'notification' => 'Sélectionnez au moment un contenu à afficher',
+ 'redirect' => helper::baseUrl() . 'theme/footer',
+ 'state' => false
+ ]);
+ } else {
+ if ($this->getInput('themeFooterLegalCheck', helper::FILTER_BOOLEAN) === true ) {
+ $legalPageId = $this->getInput('themeFooterLegalPageId', helper::FILTER_ID);
+ } else {
+ $legalPageId = '';
+ }
+ $this->setData(['theme', 'footer', [
+ 'backgroundColor' => $this->getInput('themeFooterBackgroundColor'),
+ 'copyrightAlign' => $this->getInput('themeFooterCopyrightAlign'),
+ 'height' => $this->getInput('themeFooterHeight'),
+ 'loginLink' => $this->getInput('themeFooterLoginLink'),
+ 'margin' => $this->getInput('themeFooterMargin', helper::FILTER_BOOLEAN),
+ 'position' => $this->getInput('themeFooterPosition'),
+ 'socialsAlign' => $this->getInput('themeFooterSocialsAlign'),
+ 'text' => $this->getInput('themeFooterText', null),
+ 'textAlign' => $this->getInput('themeFooterTextAlign'),
+ 'textColor' => $this->getInput('themeFooterTextColor'),
+ 'copyrightPosition' => $this->getInput('themeFooterCopyrightPosition'),
+ 'textPosition' => $this->getInput('themeFooterTextPosition'),
+ 'socialsPosition' => $this->getInput('themeFooterSocialsPosition'),
+ 'textTransform' => $this->getInput('themeFooterTextTransform'),
+ 'font' => $this->getInput('themeFooterFont'),
+ 'fontSize' => $this->getInput('themeFooterFontSize'),
+ 'fontWeight' => $this->getInput('themeFooterFontWeight'),
+ 'displayVersion' => $this->getInput('themefooterDisplayVersion', helper::FILTER_BOOLEAN),
+ 'displaySiteMap' => $this->getInput('themefooterDisplaySiteMap', helper::FILTER_BOOLEAN),
+ 'displayCopyright' => $this->getInput('themefooterDisplayCopyright', helper::FILTER_BOOLEAN),
+ 'template' => $this->getInput('themeFooterTemplate'),
+ 'legalPageId' => $legalPageId
+ ]]);
+ // Valeurs en sortie
+ $this->addOutput([
+ 'notification' => 'Modifications enregistrées',
+ 'redirect' => helper::baseUrl() . 'theme',
+ 'state' => true
+ ]);
+ }
}
// Valeurs en sortie
$this->addOutput([
'title' => 'Personnalisation du pied de page',
'vendor' => [
- 'tinycolorpicker'
+ 'tinycolorpicker',
+ 'tinymce'
],
'view' => 'footer'
]);
diff --git a/core/module/theme/view/footer/footer.js.php b/core/module/theme/view/footer/footer.js.php
index 45b26937..9e859d5d 100755
--- a/core/module/theme/view/footer/footer.js.php
+++ b/core/module/theme/view/footer/footer.js.php
@@ -25,9 +25,9 @@ $("input, select").on("change", function() {
var css = "footer{background-color:" + colors.normal + ";color:" + textColor + "}";
css += "footer a{color:" + textColor + "}";
// Hauteur du pied de page
- css += "footer .container > div{margin:" + $("#themeFooterHeight").val() + " 0}";
+ css += "#footersiteLeft, #footersiteCenter, #footersiteRight {margin:" + $("#themeFooterHeight").val() + " 0}";
//css += "footer .container > div{padding:0}";
- css += "footer .container-large > div{margin:" + $("#themeFooterHeight").val() + " 0}";
+ //css += "footer .container-large > div{margin:" + $("#themeFooterHeight").val() + " 0}";
//css += "footer .container-large > div{padding:0}";
// Alignement du contenu
css += "#footerSocials{text-align:" + $("#themeFooterSocialsAlign").val() + "}";
@@ -37,10 +37,10 @@ $("input, select").on("change", function() {
css += "footer span{color:" + $("#themeFooterTextColor").val() + ";font-family:'" + footerFont.replace(/\+/g, " ") + "',sans-serif;font-weight:" + $("#themeFooterFontWeight").val() + ";font-size:" + $("#themeFooterFontSize").val() + ";text-transform:" + $("#themeFooterTextTransform").val() + "}";
// Marge
if($("#themeFooterMargin").is(":checked")) {
- css += 'footer{margin:0 20px 20px}';
+ css += 'footer{margin:0 10px 10px;padding: 1px 10px;}';
}
else {
- css += 'footer{margin:0}';
+ css += 'footer{margin:0;padding:0}';
}
// Ajout du css au DOM
$("#themePreview").remove();
@@ -63,24 +63,24 @@ $("input, select").on("change", function() {
}
});
+
+
// Position dans les blocs
// Bloc texte personnalisé
-$("#themeFooterForm").on("change",function() {
+$(".themeFooterContent").on("change",function() {
+ var position = $("#themeFooterPosition").val();
switch($("#themeFooterTextPosition").val()) {
- case 'hide':
+ case "hide":
$("#footerText").hide();
break;
- case 'left':
- $("#footerText").show().appendTo("#footerbodyLeft");
- $("#footerText").show().appendTo("#footersiteLeft");
+ case "left":
+ $("#footerText").show().appendTo("#footer" + position + "Left");
break;
- case 'center':
- $("#footerText").show().appendTo("#footerbodyCenter");
- $("#footerText").show().appendTo("#footersiteCenter");
+ case "center":
+ $("#footerText").show().appendTo("#footer" + position + "Center");
break;
- case 'right':
- $("#footerText").show().appendTo("#footerbodyRight");
- $("#footerText").show().appendTo("#footersiteRight");
+ case "right":
+ $("#footerText").show().appendTo("#footer" + position + "Right");
break;
}
switch($("#themeFooterSocialsPosition").val()) {
@@ -88,40 +88,156 @@ $("#themeFooterForm").on("change",function() {
$("#footerSocials").hide();
break;
case 'left':
- $("#footerSocials").show().appendTo("#footerbodyLeft");
- $("#footerSocials").show().appendTo("#footersiteLeft");
+ $("#footerSocials").show().appendTo("#footer" + position + "Left");
break;
case 'center':
- $("#footerSocials").show().appendTo("#footerbodyCenter");
- $("#footerSocials").show().appendTo("#footersiteCenter");
+ $("#footerSocials").show().appendTo("#footer" + position + "Center");
break;
case 'right':
- $("#footerSocials").show().appendTo("#footerbodyRight");
- $("#footerSocials").show().appendTo("#footersiteRight");
+ $("#footerSocials").show().appendTo("#footer" + position + "Right");
break;
}
- switch($("#themeFooterCopyrightPosition").val()) {
+ switch($("#themeFooterCopyrightPosition").val()) {
case 'hide':
$("#footerCopyright").hide();
break;
case 'left':
- $("#footerCopyright").show().appendTo("#footerbodyLeft");
- $("#footerCopyright").show().appendTo("#footersiteLeft");
+ $("#footerCopyright").show().appendTo("#footer" + position + "Left");
break;
case 'center':
- $("#footerCopyright").show().appendTo("#footerbodyCenter");
- $("#footerCopyright").show().appendTo("#footersiteCenter");
+ $("#footerCopyright").show().appendTo("#footer" + position + "Center");
break;
case 'right':
- $("#footerCopyright").show().appendTo("#footerbodyRight");
- $("#footerCopyright").show().appendTo("#footersiteRight");
+ $("#footerCopyright").show().appendTo("#footer" + position + "Right");
break;
}
}).trigger("change");
+
// Fin Position dans les blocs
+// Modification dynamique de la mise en page
+$("#themeFooterTemplate").on("change",function() {
+ // Nettoyage des sélecteurs des contenus
+ var newOptions = {
+ 4: {'hide' : 'Masqué', 'top' : 'Bloc en haut', 'middle' : 'Bloc au milieu', 'bottom' : 'Bloc inférieur'} ,
+ 3: {'hide': 'Masqué', 'left': 'Bloc Gauche', 'center': 'Bloc Central', 'right': 'Bloc Droite'} ,
+ 2: {'hide': 'Masqué', 'left': 'Bloc Gauche', 'right': 'Bloc Droite'} ,
+ 1: {'hide': 'Masqué', 'center': 'Affiché'}
+ };
+ var $el = $(".themeFooterContent");
+ $el.empty();
+ // Eléments des position de contenus
+ $.each(newOptions[$("#themeFooterTemplate").val()], function(key,value) {
+ $el.append($("
")
+ .attr("value", key).text(value));
+ });
+ var position = $("#themeFooterPosition").val();
+ // Masquer les contenus
+ $("#footerCopyright").hide();
+ $("#footerText").hide();
+ $("#footerSocials").hide();
+ switch($("#themeFooterTemplate").val()) {
+ case "1":
+ $("#footer" + position + "Left").css("display","none");
+ $("#footer" + position + "Center").css("display","");
+ $("#footer" + position + "Right").css("display","none");
+ // Dimension du bloc
+ $("#footer" + position + "Center").removeAttr('class');
+ $("#footer" + position + "Center").addClass("col12");
+ break;
+ case "2":
+ $("#footer" + position + "Left").css("display","");
+ $("#footer" + position + "Center").css("display","none");
+ $("#footer" + position + "Right").css("display","");
+ // Dimension de blocs
+ $("#footer" + position + "Left").removeAttr('class');
+ $("#footer" + position + "Right").removeAttr('class');
+ $("#footer" + position + "Left").addClass('col6');
+ $("#footer" + position + "Right").addClass('col6');
+ break;
+ case "3":
+ $("#footer" + position + "Left").css("display","");
+ $("#footer" + position + "Center").css("display","");
+ $("#footer" + position + "Right").css("display","");
+ // Dimension de blocs
+ $("#footer" + position + "Left").removeAttr('class');
+ $("#footer" + position + "Right").removeAttr('class');
+ $("#footer" + position + "center").removeAttr('class');
+ $("#footer" + position + "Left").addClass('col4');
+ $("#footer" + position + "Center").addClass('col4');
+ $("#footer" + position + "Right").addClass('col4');
+ break;
+ case "4":
+ $("#footer" + position + "Left").css("display","");
+ $("#footer" + position + "Left").removeAttr('class');
+ $("#footer" + position + "Left").addClass('col12');
+ //$("#footer" + position + "Left").css("footersite > " + "#footer" + position + "Left","order: " + $("#footer" + position + "Left").val() );
+
+ $("#footer" + position + "Center").css("display","");
+ $("#footer" + position + "center").removeAttr('class');
+ $("#footer" + position + "Center").addClass('col12');
+ //$("#footer" + position + "Center").css("footersite > " + "#footer" + position + "Center","order: " + $("#footer" + position + "Left").val() );
+
+ $("#footer" + position + "Right").css("display","");
+ $("#footer" + position + "Right").removeAttr('class');
+ $("#footer" + position + "Right").addClass('col12');
+ //$("#footer" + position + "Right").css("footersite > "+ "#footer" + position + "Right","order: " + $("#footer" + position + "Left").val() );
+ break;
+
+ }
+});
+// Désactivation des sélections multiples
+$("#themeFooterSocialsPosition").on("change", function() {
+ if ($(this).prop('selectedIndex') >= 1 ) {
+ if ( $("#themeFooterTextPosition").prop('selectedIndex') === $(this).prop('selectedIndex') ) {
+ $("#themeFooterTextPosition").prop('selectedIndex',0);
+ $("#footerText").hide();
+ }
+ if ( $("#themeFooterCopyrightPosition").prop('selectedIndex') === $(this).prop('selectedIndex') ) {
+ $("#themeFooterCopyrightPosition").prop('selectedIndex',0);
+ $("#footerCopyright").hide();
+ }
+ }
+}).trigger("change");
+$("#themeFooterTextPosition").on("change", function() {
+ if ($(this).prop('selectedIndex') >= 1 ) {
+ if ( $("#themeFooterSocialsPosition").prop('selectedIndex') === $(this).prop('selectedIndex') ) {
+ $("#themeFooterSocialsPosition").prop('selectedIndex',0);
+ $("#footerSocials").hide();
+ }
+ if ( $("#themeFooterCopyrightPosition").prop('selectedIndex') === $(this).prop('selectedIndex') ) {
+ $("#themeFooterCopyrightPosition").prop('selectedIndex',0);
+ $("#footerCopyright").hide();
+ }
+ }
+}).trigger("change");
+
+$("#themeFooterCopyrightPosition").on("change", function() {
+ if ($(this).prop('selectedIndex') >= 1 ) {
+ if ( $("#themeFooterTextPosition").prop('selectedIndex') === $(this).prop('selectedIndex') ) {
+ $("#themeFooterTextPosition").prop('selectedIndex',0);
+ $("#footerText").hide();
+ }
+ if ( $("#themeFooterSocialsPosition").prop('selectedIndex') === $(this).prop('selectedIndex') ) {
+ $("#themeFooterSocialsPosition").prop('selectedIndex',0);
+ $("#footerSocials").hide();
+ }
+ }
+}).trigger("change");
+
+
+// Mention Légales activation de la liste de choix
+$("#themeFooterLegalCheck").on("change",function() {
+ if($(this).is(":checked")) {
+ $("#themeFooterLegalPageId").show();
+ $("#footerDisplayLegal").show();
+ } else {
+ $("#themeFooterLegalPageId").hide();
+ $("#footerDisplayLegal").hide();
+ }
+});
// Lien de connexion
$("#themeFooterLoginLink").on("change", function() {
@@ -165,16 +281,6 @@ $("#themefooterDisplaySiteMap").on("change", function() {
-// Numéro de version
-$("#themefooterDisplayVersion").on("change", function() {
- if($(this).is(":checked")) {
- $("#footerDisplayVersion").show();
- }
- else {
- $("#footerDisplayVersion").hide();
- }
-}).trigger("change");
-
// Aperçu du texte
$("#themeFooterText").on("change keydown keyup", function() {
diff --git a/core/module/theme/view/footer/footer.php b/core/module/theme/view/footer/footer.php
index 56cd37f3..07463888 100755
--- a/core/module/theme/view/footer/footer.php
+++ b/core/module/theme/view/footer/footer.php
@@ -15,7 +15,7 @@
-
Couleur
+
Couleurs
'Hauteur',
- 'selected' => $this->getData(['theme', 'footer', 'height'])
+ 'label' => 'Marges verticales',
+ 'selected' => $this->getData(['theme', 'footer', 'height']),
+ 'help' => 'La hauteur du pied de page est dynmamique selon le contenu.Ces marges sont ajoutées au-dessus et en-dessous.'
]); ?>
@@ -64,7 +65,7 @@
Mise en forme du texte
-
+
'Police',
'selected' => $this->getData(['theme', 'footer', 'font'])
@@ -96,85 +97,120 @@
-
Contenu personnalisé
- 'Contenu (texte ou HTML)',
- 'value' => $this->getData(['theme', 'footer', 'text'])
- ]); ?>
+
Mise en page
+
+
+ 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.'
+ ]); ?>
+
+
+
+
+
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'])
- ]); ?>
- 'Alignement horizontal',
- 'selected' => $this->getData(['theme', 'footer', 'textAlign'])
- ]); ?>
-
-
-
-
-
-
Réseaux sociaux
- 'Emplacement',
- 'selected' => $this->getData(['theme', 'footer', 'socialsPosition'])
- ]); ?>
- 'Alignement horizontal',
- 'selected' => $this->getData(['theme', 'footer', 'socialsAlign'])
- ]); ?>
-
+
Contenu des blocs
+ '
Texte ou HTML personnalisé :',
+ 'value' => $this->getData(['theme', 'footer', 'text']),
+ 'class' => 'editorWysiwyg'
+ ]); ?>
+
+
+
+
Contenu du bloc "Info et copyright" :
+
+
+
+ $this->getData(['theme', 'footer','displayCopyright'])
+ ]); ?>
+
+
+ $this->getData(['theme', 'footer','displayVersion'])
+ ]); ?>
+
+
+
+
+ $this->getData(['theme', 'footer', 'displaySiteMap']),
+ 'help' => 'Un plan du site permet un meilleur référencement.'
+ ]); ?>
+
+
+ $this->getData(['theme', 'footer', 'loginLink'])
+ ]); ?>
+
+
+
+
+ $this->getData(['theme', 'footer', 'legalPageId']) === '' ? false : true
+ ]); ?>
+
+
+
+
+
+ getData(['page']), 'title', 'SORT_ASC'), [
+ 'class' => $this->getData(['theme', 'footer', 'legalPageId']) === '' ? 'displayNone' : '',
+ 'selected' => $this->getData(['theme', 'footer', 'legalPageId'])
+ ]); ?>
+
+
+
+
+
+
+
-
-
-
-
Copyright
-
-
- 'Emplacement',
- 'selected' => $this->getData(['theme', 'footer', 'copyrightPosition'])
- ]); ?>
- 'Alignement horizontal',
- 'selected' => $this->getData(['theme', 'footer', 'copyrightAlign'])
- ]); ?>
-
-
-
Afficher les éléments suivants :
-
- $this->getData(['theme', 'footer','displayCopyright'])
- ]); ?>
-
-
- $this->getData(['theme', 'footer','displayVersion'])
- ]); ?>
-
-
- $this->getData(['theme', 'footer', 'displaySiteMap']),
- 'help' => 'Un plan du site permet un meilleur référencement.'
- ]); ?>
-
-
- $this->getData(['theme', 'footer', 'loginLink'])
- ]); ?>
-
-
-
-
-
-
-