From 1aad93101d8bea5d67d516c4e6d9189bd275c7fc Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 29 Apr 2010 12:12:46 +0000 Subject: [PATCH] Removed usePrototype flag, its activated always now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17933 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/html/index.php b/gosa-core/html/index.php index df3cbb3fb..a7f606a31 100644 --- a/gosa-core/html/index.php +++ b/gosa-core/html/index.php @@ -105,7 +105,7 @@ function displayLogin() } $smarty->assign("msg_dialogs", msg_dialog::get_dialogs()); $smarty->assign("iePngWorkaround", $config->get_cfg_value("iePngWorkaround","false" ) == "true"); - $smarty->assign("usePrototype", "false"); + $smarty->display (get_template_path('headers.tpl')); $smarty->assign("version",get_gosa_version()); $smarty->display(get_template_path('login.tpl')); -- 2.30.2