From f5556b491e408f613bb5c5e80186644908df14ee Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 28 Feb 2019 17:01:56 +0100 Subject: [PATCH] =?UTF-8?q?dev25=20erreur=20dans=20les=20r=C3=A9glages=20p?= =?UTF-8?q?ar=20d=C3=A9faut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core.php b/core/core.php index 6971c28c..f8b61dec 100644 --- a/core/core.php +++ b/core/core.php @@ -28,7 +28,7 @@ class common { const GROUP_ADMIN = 3; // Numéro de version de développement :/ // Désactive l'update auto - const ZWII_VERSION = '9.0.00-dev24'; + const ZWII_VERSION = '9.0.00-dev25'; // Numéro de version stable //const ZWII_VERSION = '9.0.00'; @@ -363,7 +363,7 @@ class common { 'user' => [], 'theme' => [ 'body' => [ - 'backgroundColor' => '2(236, 239, 241, 1)', + 'backgroundColor' => 'rgba(236, 239, 241, 1)', 'image' => '', 'imageAttachment' => 'scroll', 'imageRepeat' => 'no-repeat',