Code

Updated logout style
[gosa.git] / gosa-core / html / main.php
index c724f57dc20405af73dfe6b0cf5ca57e9b87b9a7..c330f32f70cae30233e437a123d9c2931913da00 100644 (file)
@@ -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"));