X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fhtml%2Fmain.php;h=c330f32f70cae30233e437a123d9c2931913da00;hb=c2615836c35054bcef93297199e21169004b3eb8;hp=c724f57dc20405af73dfe6b0cf5ca57e9b87b9a7;hpb=8b1f4e8817c4a60aed83360323a201fd7ddd28f0;p=gosa.git diff --git a/gosa-core/html/main.php b/gosa-core/html/main.php index c724f57dc..c330f32f7 100644 --- a/gosa-core/html/main.php +++ b/gosa-core/html/main.php @@ -98,6 +98,7 @@ if(session::global_get('_LAST_PAGE_REQUEST') == ""){ /* Set template compile directory */ $smarty->compile_dir= $config->get_cfg_value("templateCompileDirectory", '/var/spool/gosa'); +$smarty->error_unassigned= true; /* Set default */ $reload_navigation = false; @@ -267,6 +268,7 @@ if (isset($_GET['reset'])){ } /* show web frontend */ +$smarty->assign ("title","GOsa"); $smarty->assign ("logo", image(get_template_path("images/logo.png"))); $smarty->assign ("logoutimage", get_template_path("images/btn-logout.png")); $smarty->assign ("date", date("l, dS F Y H:i:s O"));