diff --git a/images/no_screenshot.gif b/images/no_screenshot.gif deleted file mode 100644 index 74bdfe3..0000000 Binary files a/images/no_screenshot.gif and /dev/null differ diff --git a/images/no_screenshot.png b/images/no_screenshot.png new file mode 100644 index 0000000..dae61cd Binary files /dev/null and b/images/no_screenshot.png differ diff --git a/images/winehq_top_logo.gif b/images/winehq_top_logo.gif deleted file mode 100644 index 92182b7..0000000 Binary files a/images/winehq_top_logo.gif and /dev/null differ diff --git a/images/winehq_top_logo.png b/images/winehq_top_logo.png new file mode 100644 index 0000000..f26b79e Binary files /dev/null and b/images/winehq_top_logo.png differ diff --git a/include/header.php b/include/header.php index b05700e..2c4989a 100644 --- a/include/header.php +++ b/include/header.php @@ -24,7 +24,7 @@ - + diff --git a/include/screenshot.php b/include/screenshot.php index 6b2b379..56bb154 100644 --- a/include/screenshot.php +++ b/include/screenshot.php @@ -19,7 +19,7 @@ function get_screenshot_img($appId, $versionId="") if(!$result || !mysql_num_rows($result)) { - $imgFile = "No Screenshot"; + $imgFile = "No Screenshot"; } else {
Wine HQWine HQ