Code

Added schema requrements
[gosa.git] / gosa-core / html / index.php
index 9e8f007ad924c6e359ef159189e7a5218e527cc0..3ce811e3303898a6580dd01b72a07ae63283262c 100644 (file)
@@ -37,7 +37,7 @@ function displayLogin()
     error_reporting(E_ALL | E_STRICT);
 
     /* Check theme compatibility */
-    $theme= $config->get_cfg_value("core",'theme', 'default');
+    $theme= $config->get_cfg_value("core",'theme');
     if (file_exists("$BASE_DIR/ihtml/themes/$theme/blacklist")) {
         $blocks= file("$BASE_DIR/ihtml/themes/$theme/blacklist");
         foreach ($blocks as $block) {
@@ -104,7 +104,6 @@ function displayLogin()
         $smarty->assign("php_errors", "");
     }
     $smarty->assign("msg_dialogs", msg_dialog::get_dialogs());
-    $smarty->assign("iePngWorkaround", $config->get_cfg_value("core","iePngWorkaround","false" ) == "true");
 
     $smarty->display (get_template_path('headers.tpl'));
     $smarty->assign("version",get_gosa_version());
@@ -172,7 +171,7 @@ if ($config->get_cfg_value("core","sendCompressedOutput") != "") {
 }
 
 /* Set template compile directory */
-$smarty->compile_dir= $config->get_cfg_value("core","templateCompileDirectory", '/var/spool/gosa');
+$smarty->compile_dir= $config->get_cfg_value("core","templateCompileDirectory");
 $smarty->error_unassigned= true;
 
 /* Check for compile directory */