diff --git a/core/core.php b/core/core.php index fa580bd1..00a7ca2f 100755 --- a/core/core.php +++ b/core/core.php @@ -36,7 +36,7 @@ class common { const THUMBS_WIDTH = 640; // Numéro de version - const ZWII_VERSION = '10.0.071'; + const ZWII_VERSION = '10.0.072'; const ZWII_UPDATE_CHANNEL = "v10"; public static $actions = []; diff --git a/core/layout/common.css b/core/layout/common.css index e1dd5e7e..92c71236 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -632,7 +632,8 @@ section:after { /* Pied de page */ body > footer { - margin: 0 -10px; + /*margin: 0 -10px;*/ + margin: 0; } /* diff --git a/core/layout/main.php b/core/layout/main.php index d11944ab..a3a07bdd 100755 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -203,6 +203,7 @@ getData(['theme', 'footer', 'position']) === 'site' // Affiche toujours le pied de page pour l'édition du thème @@ -210,8 +211,7 @@ $this->getData(['theme', 'footer', 'position']) === 'hide' AND $this->getUrl(0) === 'theme' ) - ) { $position = 'site'; - $positionFixed = ''; + ) { $position = 'site'; } else { $position = 'body'; if ( $this->getData(['theme', 'footer', 'fixed']) === true) { diff --git a/core/module/user/user.php b/core/module/user/user.php index 07c430c8..1de22571 100755 --- a/core/module/user/user.php +++ b/core/module/user/user.php @@ -316,7 +316,7 @@ class user extends common { 'value' => template::ico('cancel') ]) ]; - } + } } // Valeurs en sortie $this->addOutput([