From 0fee5144c10b0d5141886affe0c4a44dd4306ec2 Mon Sep 17 00:00:00 2001 From: filip Date: Wed, 28 Oct 2020 17:18:58 +0100 Subject: adding RTL support for mga6 page --- en/6/download_index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/en/6/download_index.php b/en/6/download_index.php index 09cba0386..48c6c795c 100644 --- a/en/6/download_index.php +++ b/en/6/download_index.php @@ -14,6 +14,7 @@ define('ALIGNMENT', 'Center'); require '../../langs.php'; $dictionary = read_translation_file($locale, array('6', 'common_footer')); +$rtl = is_locale_rtl($locale); function get_mageia($name, $version, $release) { @@ -58,7 +59,7 @@ function get_image($ttl, $src, $sty){ ?> - + lang=""> <?php echo sprintf(_g('Download').' '. '%s %s %s', $name, $version, $release)?> @@ -86,7 +87,7 @@ input[type="radio"], input[type="submit"], .popover-content { } - +>

%s %s %s',$name, $version, $release)?>

-- cgit v1.2.1