From 37931c8853f1e82a5f020056492e793eea81b195 Mon Sep 17 00:00:00 2001 From: filip Date: Thu, 29 Oct 2020 15:09:19 +0100 Subject: adding RTL support for about/constitution page --- en/about/constitution/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/about/constitution/index.php b/en/about/constitution/index.php index df4533e21..42aaae82a 100644 --- a/en/about/constitution/index.php +++ b/en/about/constitution/index.php @@ -2,13 +2,13 @@ define('HLANG', true); define('ALIGNMENT', 'Center'); require '../../../langs.php'; - +$rtl = is_locale_rtl($locale); $dictionary = read_translation_file($locale, array('about/constitution', 'common_footer')); // Note to translators: _r('Note to translators! PLEASE READ THIS LINE! YOU DON\'T NEED TO TRANSLATE IT! Please translate constitution in file "mageia.org_statutes_fr.md" or "mageia.org_statutes_en.md" as a fallback first. Check wiki for details.') ?> - + lang=""> <?php _g('Mageia.Org constitution'); ?> @@ -18,7 +18,7 @@ $dictionary = read_translation_file($locale, array('about/constitution', 'common - +>

-- cgit v1.2.1