Add support for rtl languages

This commit is contained in:
2022-12-23 17:08:07 +01:00
parent 0b52c5012d
commit 21d022b11e
12 changed files with 37 additions and 30 deletions

View File

@ -1,8 +1,8 @@
<?php
require_once('common.php');
global $language;
global $language, $dir;
?>
<!DOCTYPE html><html lang="<?php echo $language; ?>"><head>
<!DOCTYPE html><html lang="<?php echo $language; ?>" dir="<?php echo $dir; ?>"><head>
<title><?php echo _('Daniel - Privacy policy'); ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="author" content="Daniel Winzen">