From: cajus Date: Mon, 7 Aug 2006 06:34:27 +0000 (+0000) Subject: Fixed double header inclusion X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4dceb0ba79d45fed0e0c58e9551e8dcbb0b85453;p=gosa.git Fixed double header inclusion git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4407 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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']);