From 88018e4ee84a8358aebf5d1058a4e8d89ee6dd86 Mon Sep 17 00:00:00 2001 From: SylvainLelievre Date: Wed, 15 Feb 2023 09:18:31 +0100 Subject: [PATCH] =?UTF-8?q?r=C3=A9tablissement=20banni=C3=A8re=20verticale?= =?UTF-8?q?=20dans=20lang?= 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 9b4787c..a6ab379 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 0657bae..b437f43 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' ];