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