From 5fcaec01d8d2b22eb6ebc8f320b8dd45db0d409a Mon Sep 17 00:00:00 2001
From: pedro_morgan <pedro_morgan@ispconfig3>
Date: Fri, 17 Aug 2007 20:32:39 -0400
Subject: [PATCH] Double quotes
---
interface/web/index.php | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/interface/web/index.php b/interface/web/index.php
index 28476f2..7bd0456 100644
--- a/interface/web/index.php
+++ b/interface/web/index.php
@@ -32,8 +32,9 @@
require_once('../lib/app.inc.php');
$app->uses('tpl');
-$app->tpl->newTemplate("main.tpl.htm");
+$app->tpl->newTemplate('main.tpl.htm');
+/*
// Checke User Login and current module
if(!is_array($_SESSION["s"]['user']) or !is_array($_SESSION["s"]["module"])) {
@@ -91,6 +92,8 @@
$app->tpl->setVar('startpage',$_SESSION["s"]["module"]["startpage"]);
$app->tpl->setVar('navframe_page',$_SESSION["s"]["module"]["navframe_page"]);
+*/
+
$app->tpl_defaults();
$app->tpl->pparse();
?>
\ No newline at end of file
--
Gitblit v1.9.1