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