From bd0975b35a0bc7c46ea9cb7414743901d2a10098 Mon Sep 17 00:00:00 2001 From: filip Date: Sun, 25 Oct 2020 23:25:44 +0100 Subject: adding RTL support for about page --- en/about/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/en/about/index.php b/en/about/index.php index bf0da10c5..0a2f64d6b 100644 --- a/en/about/index.php +++ b/en/about/index.php @@ -2,11 +2,12 @@ define('HLANG', true); define('ALIGNMENT', 'Center'); require '../../langs.php'; +$rtl = is_locale_rtl($locale); $dictionary = read_translation_file($locale, array('about', 'common_footer')); ?> - + lang=""> <?php _g('About Mageia'); ?> @@ -24,7 +25,7 @@ $dictionary = read_translation_file($locale, array('about', 'common_footer')); - + class="about">

-- cgit v1.2.1