From 83e04ac088f7d69ad4d02f42bddd7bc98dbbaa4f Mon Sep 17 00:00:00 2001 From: filip Date: Wed, 28 Oct 2020 23:33:43 +0100 Subject: adding RTL support for about/policies/privacy page --- en/about/policies/privacy/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/en/about/policies/privacy/index.php b/en/about/policies/privacy/index.php index 21e66f8cc..99159edc9 100644 --- a/en/about/policies/privacy/index.php +++ b/en/about/policies/privacy/index.php @@ -4,9 +4,10 @@ define('ALIGNMENT', 'Center'); require '../../../../langs.php'; $dictionary = read_translation_file($locale, array('about/policies/privacy', 'common_footer')); +$rtl = is_locale_rtl($locale); ?> - + lang=""> <?php _g('Privacy policy')?> @@ -14,7 +15,7 @@ $dictionary = read_translation_file($locale, array('about/policies/privacy', 'co - +>

-- cgit v1.2.1