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