From 4dceb0ba79d45fed0e0c58e9551e8dcbb0b85453 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 7 Aug 2006 06:34:27 +0000 Subject: [PATCH] Fixed double header inclusion git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4407 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/html/index.php b/html/index.php index 16e0c94be..0fcd72b63 100644 --- a/html/index.php +++ b/html/index.php @@ -75,7 +75,7 @@ function displayLogin() $smarty->assign("php_errors", ""); } - $smarty->display (get_template_path('headers.tpl')); + $smarty->display(get_template_path('headers.tpl')); $smarty->display(get_template_path('login.tpl')); exit(); } @@ -351,7 +351,6 @@ $smarty->assign ("server_options", $servers); $smarty->assign ("server_id", $selected); /* show login screen */ -$smarty->display (get_template_path('headers.tpl')); $smarty->assign ("PHPSESSID", session_id()); if (isset($_SESSION['errors'])){ $smarty->assign("errors", $_SESSION['errors']); -- 2.30.2