X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fhtml%2Fmain.php;h=11fa7dc5e4df1f082ea6b2ab31ee6976ba76fae4;hb=5aae9417d3e08512eae163d0e251aaf44c539330;hp=2017cd73ed984a384048d55449b874b0ca730144;hpb=616f2fbbe5582a37e695f25ca858fd78e2d2645d;p=gosa.git diff --git a/gosa-core/html/main.php b/gosa-core/html/main.php index 2017cd73e..11fa7dc5e 100644 --- a/gosa-core/html/main.php +++ b/gosa-core/html/main.php @@ -41,6 +41,8 @@ session::set('errorsAlreadyPosted',array()); session::global_set('runtime_cache',array()); session::set('limit_exceeded',FALSE); +pathNavigator::clear(); + if ($_SERVER["REQUEST_METHOD"] == "POST"){ @DEBUG (DEBUG_POST, __LINE__, __FUNCTION__, __FILE__, $_POST, "_POST"); } @@ -283,9 +285,9 @@ if (session::global_get('js')==FALSE){ } if($ui->ignore_acl_for_current_user()){ - $smarty->assign ("loggedin", ""._("ACLs are disabled")." ".sprintf("You're logged in as %s [%s]", $ui->cn, $ui->username)); + $smarty->assign ("loggedin", ""._("ACLs are disabled")." ".sprintf(_("You're logged in as %s"), "".$ui->cn." [".$ui->username."]")); }else{ - $smarty->assign ("loggedin", sprintf("You're logged in as %s [%s]", $ui->cn, $ui->username)); + $smarty->assign ("loggedin", sprintf(_("You're logged in as %s"), "".$ui->cn." [".$ui->username."]")); } $smarty->assign ("go_logo", get_template_path('images/go_logo.png')); $smarty->assign ("go_base", get_template_path('images/dtree.png')); @@ -301,7 +303,6 @@ if($reload_navigation){ $plist->menu=""; } $smarty->assign ("menu", $plist->gen_menu()); -$smarty->assign ("pathMenu", $plist->genPathMenu()); $smarty->assign ("plug", "$plug"); $smarty->assign("iePngWorkaround", $config->get_cfg_value("iePngWorkaround","false" ) == "true"); @@ -355,6 +356,7 @@ if (is_file("$plugin_dir/main.inc")){ /* Print_out last ErrorMessage repeated string. */ $smarty->assign("msg_dialogs", msg_dialog::get_dialogs()); +$smarty->assign ("pathMenu", $plist->genPathMenu()); $smarty->assign("contents", $display); /* If there's some post, take a look if everything is there... */