From 5b3038007df710805f4e041cf1f2a2fdcf6cb607 Mon Sep 17 00:00:00 2001 From: filip Date: Sun, 25 Oct 2020 23:26:57 +0100 Subject: adding RTL support for downloads/get page --- en/downloads/get/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'en/downloads') diff --git a/en/downloads/get/index.php b/en/downloads/get/index.php index 21e0fb782..846cb5f32 100644 --- a/en/downloads/get/index.php +++ b/en/downloads/get/index.php @@ -40,6 +40,7 @@ define('ALIGNMENT', 'Center'); require '../../../langs.php'; $dictionary = read_translation_file($locale, array('downloads/get', 'common_footer')); require 'lib.php'; +$rtl = is_locale_rtl($locale); // request $product = get('q'); @@ -214,7 +215,7 @@ if ($debug) $js_redirect = null; ?> - + lang=""> <?php echo $title; ?> | <?php _g('Mageia Downloads') ?> @@ -227,7 +228,7 @@ if (!isset($_SERVER['APP_MODE']) || $_SERVER['APP_MODE'] == 'prod') { } ?> - + class="downloads">

' . $title . '')?>

-- cgit v1.2.1