From 3dedceddfe2d308d37ab06170cdfb05111d122bb Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Mon, 05 Dec 2005 13:03:58 -0500
Subject: [PATCH] 

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