From 251d5629bc33bf72ce3b53f2abf83cef5e9f6fce Mon Sep 17 00:00:00 2001 From: filip Date: Wed, 28 Oct 2020 23:29:55 +0100 Subject: adding RTL support for documentation + archive pages --- en/doc/index.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'en/doc/index.php') diff --git a/en/doc/index.php b/en/doc/index.php index 38e381c7d..b15692056 100644 --- a/en/doc/index.php +++ b/en/doc/index.php @@ -5,10 +5,10 @@ require '../../langs.php'; $dictionary = read_translation_file($locale, array('documentation', 'common_footer')); require 'doc.php'; - +$rtl = is_locale_rtl($locale); ?> - + lang=""> <?php _g('Mageia Documentation')?> @@ -16,8 +16,9 @@ require 'doc.php'; + caption { text-align: right; } ' : ''?> - +>

-- cgit v1.2.1