From: hickert Date: Thu, 29 Apr 2010 12:12:46 +0000 (+0000) Subject: Removed usePrototype flag, its activated always now. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1aad93101d8bea5d67d516c4e6d9189bd275c7fc;p=gosa.git Removed usePrototype flag, its activated always now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17933 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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'));