From 040f8cf58a0e20edb77a6fe4cfb4df1b35dc45d7 Mon Sep 17 00:00:00 2001
From: NBonline <NBonline@ispconfig3>
Date: Sun, 27 Nov 2005 18:24:00 -0500
Subject: [PATCH] Updated Swe lng files

---
 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