From cf71a4677eff547c9cedeb1871fc109ae181b0c2 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sat, 17 Mar 2007 16:30:41 -0400
Subject: [PATCH] Rebuild the complete interface to use ajax.

---
 interface/lib/app.inc.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/interface/lib/app.inc.php b/interface/lib/app.inc.php
index 55b8219..fc6f610 100644
--- a/interface/lib/app.inc.php
+++ b/interface/lib/app.inc.php
@@ -169,6 +169,7 @@
                 }
                 $this->tpl->setVar('app_title',$conf["app_title"]);
                 $this->tpl->setVar('delete_confirmation',$this->lng('delete_confirmation'));
+				$this->tpl->setVar('app_module',$_SESSION["s"]["module"]["name"]);
 
           }
 

--
Gitblit v1.9.1