From da1070758ba11a6c0a33611c4b4a90be8968e734 Mon Sep 17 00:00:00 2001 From: filip Date: Thu, 29 Oct 2020 15:07:05 +0100 Subject: adding RTL support for contact page --- en/contact/index.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/en/contact/index.php b/en/contact/index.php index b133d70ce..aae0aab3c 100644 --- a/en/contact/index.php +++ b/en/contact/index.php @@ -3,8 +3,10 @@ define('HLANG', true); define('ALIGNMENT', 'Center'); require '../../langs.php'; $dictionary = read_translation_file($locale, array('contact', 'common_footer')); +$rtl = is_locale_rtl($locale); + ?> - + lang=""> <?php _g('Contact Us')?> @@ -15,7 +17,7 @@ $dictionary = read_translation_file($locale, array('contact', 'common_footer')); - +>

-- cgit v1.2.1