From 9e03984142f2e2a04180cf58dade60d30736c3a4 Mon Sep 17 00:00:00 2001 From: filip Date: Wed, 28 Oct 2020 23:31:35 +0100 Subject: adding RTL support for donate page --- en/donate/index.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'en/donate') diff --git a/en/donate/index.php b/en/donate/index.php index 937d64b3c..d8f666077 100644 --- a/en/donate/index.php +++ b/en/donate/index.php @@ -3,8 +3,10 @@ define('HLANG', true); define('ALIGNMENT', 'Center'); require '../../langs.php'; $dictionary = read_translation_file($locale, array('donate', 'common_footer')); +$rtl = is_locale_rtl($locale); + ?> - + lang=""> <?php _g('Donate to Mageia')?> @@ -22,7 +24,7 @@ $dictionary = read_translation_file($locale, array('donate', 'common_footer')); - +>

-- cgit v1.2.1