Show the application name in the header when viewing versions

This commit is contained in:
Tony Lambregts
2005-07-29 02:02:41 +00:00
committed by WineHQ
parent dd92c790e0
commit dab40bc0e8

View File

@@ -328,7 +328,7 @@ else if($_REQUEST['versionId'])
} }
// header // header
apidb_header("Viewing App Version - ".$oVersion->sName); apidb_header("Viewing App- ".$oApp->sName." Version - ".$oVersion->sName);
// cat // cat
display_catpath($oApp->iCatId, $oApp->iAppId, $oVersion->iVersionId); display_catpath($oApp->iCatId, $oApp->iAppId, $oVersion->iVersionId);