Code

Re-enabled schema checks
[gosa.git] / gosa-core / html / index.php
index 18f3564b2a2a4f115587e570b8ac0737fb894a6a..34e0279d4cdb58a3aa42935a8ec9512510850e06 100644 (file)
@@ -91,6 +91,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'));