From 336a577f2809c9760e7a1a15f10f523b2cf20c8d Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 01 Nov 2005 17:59:29 -0500 Subject: [PATCH] Added Server table --- interface/lib/app.inc.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/interface/lib/app.inc.php b/interface/lib/app.inc.php index 1f4ebd9..dc25cc8 100644 --- a/interface/lib/app.inc.php +++ b/interface/lib/app.inc.php @@ -136,9 +136,11 @@ } function tpl_defaults() { + global $conf; $this->tpl->setVar('theme',$_SESSION["s"]["theme"]); $this->tpl->setVar('phpsessid',session_id()); + $this->tpl->setVar('html_content_encoding',$conf["html_content_encoding"]); } -- Gitblit v1.9.1