diff --git a/phpgwapi/templates/idsociety/navbar.inc.php b/phpgwapi/templates/idsociety/navbar.inc.php index e7bd557083..6fb3d714de 100644 --- a/phpgwapi/templates/idsociety/navbar.inc.php +++ b/phpgwapi/templates/idsociety/navbar.inc.php @@ -73,13 +73,14 @@ /* if ($phpgw_info["server"]["showpoweredbyon"] == "top") { $tpl->set_var("powered_by",lang("Powered by phpGroupWare version x",$phpgw_info["server"]["versions"]["phpgwapi"])); } +*/ if (isset($phpgw_info["navbar"]["admin"]) && isset($phpgw_info["user"]["preferences"]["common"]["show_currentusers"])) { $db = $phpgw->db; $db->query("select count(*) from phpgw_sessions"); $db->next_record(); $tpl->set_var("current_users",' ' . lang("Current users") . ': ' . $db->f(0) . ''); - } */ + } $tpl->set_var("user_info",$phpgw->common->display_fullname() . " - " . lang($phpgw->common->show_date(time(),"l")) . " " . lang($phpgw->common->show_date(time(),"F")) . " " diff --git a/phpgwapi/templates/idsociety/navbar.tpl b/phpgwapi/templates/idsociety/navbar.tpl index c0c0a0fcec..79bd878a6d 100755 --- a/phpgwapi/templates/idsociety/navbar.tpl +++ b/phpgwapi/templates/idsociety/navbar.tpl @@ -41,7 +41,12 @@ + + +{user_info}  {current_users} + + - \ No newline at end of file +