Fixed help/about link not adding in the proper info

This commit is contained in:
jengo 2001-02-04 11:27:50 +00:00
parent 8a3da8d252
commit fb16ff2fe2

View File

@ -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";