From 326d8afef01d71cff684b4e03746a4251122a2fb Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 25 Jun 2019 19:56:26 +0200 Subject: [PATCH] =?UTF-8?q?[9.2.00.dev]=20libell=C3=A9=20footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/theme/theme.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/module/theme/theme.php b/core/module/theme/theme.php index 2d6176d8..d1bea2ba 100755 --- a/core/module/theme/theme.php +++ b/core/module/theme/theme.php @@ -222,8 +222,8 @@ class theme extends common { ]; public static $footerTemplate = [ '1' => 'Colonne unique', - '2' => 'Colonnes, 2 bloc 50% - 50%', - '3' => 'Colonnes, 3 blocs 33% - 33% - 33%', + '2' => 'Colonnes, 2 bloc 1/2 - 1/2', + '3' => 'Colonnes, 3 blocs 1/3 - 1/3 - 1/3', '4' => 'Trois lignes en pleine largeur' ];