From 6ac6de9518483855e112c4b37105fed495660b8e Mon Sep 17 00:00:00 2001 From: filip Date: Wed, 28 Oct 2020 23:33:12 +0100 Subject: adding RTL support for about/values page --- en/about/values/index.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/en/about/values/index.php b/en/about/values/index.php index 5d177d370..9491ea540 100644 --- a/en/about/values/index.php +++ b/en/about/values/index.php @@ -3,8 +3,10 @@ define('HLANG', true); define('ALIGNMENT', 'Center'); require '../../../langs.php'; $dictionary = read_translation_file($locale, array('about/values', 'common_footer')); +$rtl = is_locale_rtl($locale); + ?> - + lang=""> <?php _g('Mageia Values')?> @@ -14,7 +16,7 @@ $dictionary = read_translation_file($locale, array('about/values', 'common_foote - +>

-- cgit v1.2.1