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', ];