diff options
Diffstat (limited to 'html/pages/home.php')
-rwxr-xr-x | html/pages/home.php | 4 |
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 '
|