From: cajus Date: Mon, 31 Jul 2006 11:49:41 +0000 (+0000) Subject: Avoid double header printing X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4c735a25e9dd720de79e220b99c914214adcffad;p=gosa.git Avoid double header printing git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4350 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/index.php b/html/index.php index 0e24c6709..f313a6535 100644 --- a/html/index.php +++ b/html/index.php @@ -359,7 +359,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']);