Show the application name in the header when viewing versions
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user