mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fixed help/about link not adding in the proper info
This commit is contained in:
parent
8a3da8d252
commit
fb16ff2fe2
@ -445,10 +445,10 @@
|
||||
} else {
|
||||
$app = $phpgw_info["flags"]["currentapp"];
|
||||
}
|
||||
$phpgw_info["navbar"]["about"]["title"] = lang("About x",$about); // We handle this here
|
||||
$phpgw_info["navbar"]["about"]["title"] = lang("About x",$app); // We handle this here
|
||||
// becuase its special
|
||||
$phpgw_info["navbar"]["about"]["url"] = $phpgw->link($phpgw_info["server"]["webserver_url"]
|
||||
. "/about.php");
|
||||
. "/about.php","app=$app");
|
||||
$phpgw_info["navbar"]["about"]["icon"] = $phpgw_info["server"]["webserver_url"] . "/phpgwapi/templates/"
|
||||
. $phpgw_info["server"]["template_set"] . "/images/about.gif";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user