From 932d7f26f2f0dd101b6d4ec2d80023c61a752aba Mon Sep 17 00:00:00 2001 From: filip Date: Wed, 28 Oct 2020 23:29:06 +0100 Subject: adding RTL support for community page --- en/community/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/en/community/index.php b/en/community/index.php index 084c25dcc..7c019c6d3 100644 --- a/en/community/index.php +++ b/en/community/index.php @@ -4,10 +4,11 @@ define('ALIGNMENT', 'Center'); require '../../langs.php'; $dictionary = read_translation_file($locale, array('community', 'news', 'common_footer')); include '../../lib/news.php'; +$rtl = is_locale_rtl($locale); ?> - + lang=""> <?php _g('Mageia Community')?> @@ -25,7 +26,7 @@ include '../../lib/news.php'; hr { margin-top: 2em; } - +>

-- cgit v1.2.1