From 73bb9c0de331f7e8451b5e462383efa12e5cd6cf Mon Sep 17 00:00:00 2001 From: filip Date: Wed, 28 Oct 2020 17:19:33 +0100 Subject: adding RTL support for support page --- en/support/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/en/support/index.php b/en/support/index.php index 9ee009a50..5f5f30e44 100644 --- a/en/support/index.php +++ b/en/support/index.php @@ -3,9 +3,10 @@ define('HLANG', true); define('ALIGNMENT', 'Center'); require '../../langs.php'; $dictionary = read_translation_file($locale, array('support', 'common_footer')); +$rtl = is_locale_rtl($locale); ?> - + lang=""> <?php _g('Support for Mageia distribution')?> @@ -15,7 +16,7 @@ $dictionary = read_translation_file($locale, array('support', 'common_footer')); - +>

-- cgit v1.2.1