From ef39e22dddb4404dd98aa8628d393111f7038837 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Fri, 11 Jan 2019 09:17:48 +0100 Subject: [PATCH] =?UTF-8?q?Taille=20par=20d=C3=A9faut=20960?= 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 c041eed5..974f5c5a 100644 --- a/core/core.php +++ b/core/core.php @@ -24,7 +24,7 @@ class common { const GROUP_MEMBER = 1; const GROUP_MODERATOR = 2; const GROUP_ADMIN = 3; - const ZWII_VERSION = '8.5.5'; + const ZWII_VERSION = '8.5.6'; public static $actions = []; public static $coreModuleIds = [ @@ -360,7 +360,7 @@ class common { 'backgroundColor' => 'rgba(255, 255, 255, 1)', 'radius' => '0', 'shadow' => '0', - 'width' => '750px' + 'width' => '960px' ], 'text' => [ 'font' => 'Open+Sans',