summaryrefslogtreecommitdiff
path: root/html/pages/home.php
diff options
context:
space:
mode:
Diffstat (limited to 'html/pages/home.php')
-rwxr-xr-xhtml/pages/home.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/pages/home.php b/html/pages/home.php
index d3e0fa0..fc419af 100755
--- a/html/pages/home.php
+++ b/html/pages/home.php
@@ -16,7 +16,7 @@ $moreThan2Teams = ($lastMapScore2!=0);
$mappic = getMapImageName($lastMapFileName);
// quick hack to show empty one at front page if no map
-if (!file_exists($mappic) || $mappic == "assets/images/maps/blank_large.jpg") {
+if (!file_exists($mappic) || $mappic == "assets/images/maps/blank_large.png") {
$mappic = "assets/images/maps/emptyfront.jpg";
}