From 768929aad2b8535c0562e7fc93a7b5c810ee2f6e Mon Sep 17 00:00:00 2001 From: filip Date: Thu, 29 Oct 2020 15:08:50 +0100 Subject: adding RTL support for about/code-of-conduct page --- en/about/code-of-conduct/index.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'en') diff --git a/en/about/code-of-conduct/index.php b/en/about/code-of-conduct/index.php index 2acad4887..21fd0695b 100644 --- a/en/about/code-of-conduct/index.php +++ b/en/about/code-of-conduct/index.php @@ -3,8 +3,10 @@ define('HLANG', true); define('ALIGNMENT', 'Center'); require '../../../langs.php'; $dictionary = read_translation_file($locale, array('about/code-of-conduct', 'common_footer')); +$rtl = is_locale_rtl($locale); + ?> - + lang=""> @@ -16,7 +18,7 @@ $dictionary = read_translation_file($locale, array('about/code-of-conduct', 'com - +>

-- cgit v1.2.1