Code

We have no schema code. remove this file from that location because we don't need...
[gosa.git] / gosa-core / html / index.php
index 137235b68078fa09ba91fff2a92d20561e42047e..f247a370e46ff81187efe132c56d2c8d95f6895a 100644 (file)
@@ -90,6 +90,7 @@ function displayLogin()
     $smarty->assign("php_errors", "");
   }
   $smarty->assign("msg_dialogs", msg_dialog::get_dialogs());
+  $smarty->assign("iePngWorkaround", $config->get_cfg_value("iePngWorkaround","false" ) == "true");
   $smarty->display (get_template_path('headers.tpl'));
   $smarty->assign("version",get_gosa_version());
   $smarty->display(get_template_path('login.tpl'));