From 6996362575310e40f74da484830cbb40c341b720 Mon Sep 17 00:00:00 2001 From: filip Date: Wed, 28 Oct 2020 23:30:36 +0100 Subject: adding RTL support for about/media page --- en/about/media/index.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/en/about/media/index.php b/en/about/media/index.php index 8c0385310..f5e76fc87 100644 --- a/en/about/media/index.php +++ b/en/about/media/index.php @@ -5,8 +5,10 @@ require '../../../langs.php'; $dictionary = read_translation_file($locale, array('about/media', 'common_footer')); $underscore_locale = locale_hyphen_underscore($locale, true); // create pt_BR from pt-br and alike +$rtl = is_locale_rtl($locale); + ?> - + lang=""> <?php _g('Mageia media files')?> @@ -16,7 +18,7 @@ $underscore_locale = locale_hyphen_underscore($locale, true); // create pt_BR fr - +>

-- cgit v1.2.1