Code

ACL toggles now working (tested) with firefox and konqueror. IE uses the old behavior.
[gosa.git] / html / index.php
index 0e24c6709f35392ba409aac396dcc7de25dbe501..f313a6535750b5dd7538b55c1968544ecfc3d718 100644 (file)
@@ -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']);