From af13d19ef608d0e76aae2dec4df32fa315bd5a17 Mon Sep 17 00:00:00 2001 From: Deltacms Date: Mon, 13 Feb 2023 09:15:11 +0100 Subject: [PATCH] =?UTF-8?q?banni=C3=A8re=20anim=C3=A9e=20suppression=20eff?= =?UTF-8?q?et=20vertical?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/theme/lang/en/lex_theme.php | 2 +- core/module/theme/lang/fr/lex_theme.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/module/theme/lang/en/lex_theme.php b/core/module/theme/lang/en/lex_theme.php index a6ab379..9b4787c 100644 --- a/core/module/theme/lang/en/lex_theme.php +++ b/core/module/theme/lang/en/lex_theme.php @@ -416,7 +416,7 @@ $imagePositions = [ ]; $swiperEffects =[ 'none' => 'Horizontal scrolling', - 'vertical' => 'Scroll vertically', + //'vertical' => 'Scroll vertically', 'fade' => 'fade', 'cube' => 'cube effect' ]; diff --git a/core/module/theme/lang/fr/lex_theme.php b/core/module/theme/lang/fr/lex_theme.php index b437f43..0657bae 100644 --- a/core/module/theme/lang/fr/lex_theme.php +++ b/core/module/theme/lang/fr/lex_theme.php @@ -415,7 +415,7 @@ $imagePositions = [ ]; $swiperEffects =[ 'none' => 'Défilement horizontal', - 'vertical' => 'Défilement vertical', + //'vertical' => 'Défilement vertical', 'fade' => 'fondu', 'cube' => 'effet cube' ];