Multi-language support

This commit is contained in:
bergware
2020-05-17 08:39:34 +02:00
parent fcdf388726
commit 5115921740
15 changed files with 59 additions and 14 deletions
@@ -18,9 +18,10 @@ require_once "$docroot/webGui/include/Translations.php";
require_once "$docroot/webGui/include/Markdown.php";
require_once "$docroot/webGui/include/Helpers.php";
extract(parse_plugin_cfg('dynamix',true));
?>
<!DOCTYPE HTML>
<html lang="en">
<html <?=$display['rtl']?>lang="<?=strtok($locale,'_')?:'en'?>">
<head>
<meta name="robots" content="noindex, nofollow">
<meta http-equiv="Content-Security-Policy" content="block-all-mixed-content">