- displays an app screenshot gallery when one of the random screeshot is clicked

- tabs removed
- indentation fixed in screenshots.php
This commit is contained in:
Jonathan Ernst
2004-12-11 22:33:01 +00:00
committed by WineHQ
parent 2306c4be83
commit c4809941b3
2 changed files with 106 additions and 102 deletions

View File

@@ -1,4 +1,4 @@
<?
<?php
/**********************************/
/* code to display an application */
/**********************************/
@@ -84,10 +84,7 @@ function get_screenshot_img($appId, $versionId="")
}
$img = html_frame_start("",'128','',2);
if($versionId)
$img .= "<a href='screenshots.php?appId=$appId&versionId=$versionId'>$imgFile</a>";
else
$img .= $imgFile;
$img .= "<a href='screenshots.php?appId=$appId&versionId=$versionId'>$imgFile</a>";
$img .= html_frame_end()."<br />";
return $img;
@@ -640,4 +637,4 @@ else if($appId && $versionId)
<?
apidb_footer();
?>
?>