From 2ed23f4cd2fe166fe584ac2ab40f736a40d82d2b Mon Sep 17 00:00:00 2001 From: fredtempez Date: Wed, 20 Mar 2019 15:01:31 +0100 Subject: [PATCH] [9.0.08] responsive header delete contain option --- 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 94738aa2..c1d59b43 100755 --- a/core/module/theme/theme.php +++ b/core/module/theme/theme.php @@ -200,8 +200,8 @@ class theme extends common { ]; public static $headerWide = [ 'auto auto' => 'Automatique', - 'contain' => 'Responsive (contain)', - 'cover' => 'Responsive (cover)', + //'contain' => 'Responsive (contain)', + 'cover' => 'Responsive', '100% 100%' => 'Image étirée', ];