From dd0fc9255b9c19ed6c8914bc718c59bf508cbe3c Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 23 Nov 2005 04:36:44 -0500
Subject: [PATCH] Added Domain Alias in email Module.
---
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