From: hickert Date: Thu, 29 Apr 2010 12:12:49 +0000 (+0000) Subject: Removed usePrototype flag, its activated always now. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3351013061ab73fef080df32ba7ff931a705e311;p=gosa.git Removed usePrototype flag, its activated always now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17934 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/logout.php b/gosa-core/html/logout.php index 787a021ba..d9d0d4b3f 100644 --- a/gosa-core/html/logout.php +++ b/gosa-core/html/logout.php @@ -82,7 +82,7 @@ if (isset($_POST['forcedlogout']) || isset($_GET['forcedlogout'])){ /* Else notice that the user has to close the browser... */ $smarty->assign("iePngWorkaround", FALSE); - $smarty->assign("usePrototype", "false"); + $smarty->display (get_template_path('headers.tpl')); $smarty->display (get_template_path('logout-close.tpl')); exit; @@ -93,7 +93,7 @@ if (isset($_POST['forcedlogout']) || isset($_GET['forcedlogout'])){ }else{ // The logout wasn't forced, so the session is invalid - $smarty->assign("usePrototype", "false"); + $smarty->display (get_template_path('headers.tpl')); $smarty->display (get_template_path('logout.tpl')); exit;