forked from ZwiiCMS-Team/ZwiiCMS
modif : id dans le footer et scrrenshot si absent
This commit is contained in:
parent
9f485eb814
commit
79c5937e8c
@ -140,7 +140,7 @@
|
||||
|
||||
<footer <?php if($this->getData(['theme', 'footer', 'position']) === 'hide'): ?>class="displayNone"<?php endif; ?>>
|
||||
<div class="container">
|
||||
<div class="row" id="footer">
|
||||
<div class="row" id="footersite">
|
||||
<div class="col4" id="footersiteLeft"> <!-- bloc gauche -->
|
||||
<?php
|
||||
if($this->getData(['theme', 'footer', 'textPosition']) === 'left') {
|
||||
@ -192,7 +192,7 @@
|
||||
<!-- Pied de page dans le fond du site -->
|
||||
<footer>
|
||||
<div class="container-large">
|
||||
<div class="row" id="footer">
|
||||
<div class="row" id="footerbody">
|
||||
<div class="col4" id="footerbodyLeft"> <!-- bloc gauche -->
|
||||
<?php
|
||||
if($this->getData(['theme', 'footer', 'textPosition']) === 'left') {
|
||||
|
@ -268,6 +268,10 @@ class config extends common {
|
||||
'state' => true
|
||||
]);
|
||||
}
|
||||
// Initialisation du screen
|
||||
if (!file_exists('site/file/source/screenshot.png')) {
|
||||
$this->configMetaImage();
|
||||
}
|
||||
// Valeurs en sortie
|
||||
$this->addOutput([
|
||||
'title' => 'Configuration',
|
||||
|
@ -40,23 +40,23 @@ nav a.active {
|
||||
}
|
||||
|
||||
/* Bas de page */
|
||||
footer {
|
||||
#footersite, #footerbody {
|
||||
}
|
||||
|
||||
/* Liens du bas de page */
|
||||
footer a {
|
||||
#footersite, #footerbody a {
|
||||
}
|
||||
|
||||
/* Réseaux sociaux dans le bas de page */
|
||||
#footerSocials {
|
||||
/* footer bloc gauche */
|
||||
#footersiteLeft, #footerbodyLeft {
|
||||
}
|
||||
|
||||
/* Texte libre dans le bas de page */
|
||||
#footerText {
|
||||
/* footer bloc central */
|
||||
#footersiteCenter, #footerbodyCenter {
|
||||
}
|
||||
|
||||
/* Copyright dans le bas de page */
|
||||
#footerCopyright {
|
||||
/* footer bloc droite */
|
||||
#footersiteRight, #footerbodyRight {
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user