diff --git a/include/screenshot.php b/include/screenshot.php index 2727437..5340b1f 100644 --- a/include/screenshot.php +++ b/include/screenshot.php @@ -330,7 +330,7 @@ function get_screenshot_img($iAppId = null, $iVersionId = null) $sImg = html_frame_start("",'128','',2); if($iVersionId || mysql_num_rows($hResult)) - $sImg .= "$sImgFile"; + $sImg .= "$sImgFile
Submit Screenshot
"; else // no link for adding app screenshot as screenshots are linked to versions $sImg .= $sImgFile; $sImg .= html_frame_end()."
";