diff options
-rw-r--r-- | css/maps.css | 2 | ||||
-rw-r--r-- | includes/header.php | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/css/maps.css b/css/maps.css index c6807a6..0913320 100644 --- a/css/maps.css +++ b/css/maps.css @@ -277,7 +277,7 @@ background-color: #fbfefb;
}
.grid_td_startB {
- background: url(../images/OverlayStartB.png);
+ background: url(../images/OverlayStart2.png);
background-color: #fbfefb;
}
.grid_td_finish {
diff --git a/includes/header.php b/includes/header.php index 52a86f8..428ccfd 100644 --- a/includes/header.php +++ b/includes/header.php @@ -86,14 +86,14 @@ function htmlFooter() { <div style='visibility:hidden;display:none'>
<img src='images/MedalGoldCAR.png' alt=''>
<img src='images/MedalSilverCAR.png' alt=''>
- <img src='images/path/Path1-1.png' alt=''>
- <img src='images/path/Path1-2.png' alt=''>
- <img src='images/path/Path1-3.png' alt=''>
- <img src='images/path/Path1-4.png' alt=''>
- <img src='images/path/Path2-1.png' alt=''>
- <img src='images/path/Path2-2.png' alt=''>
- <img src='images/path/Path2-3.png' alt=''>
- <img src='images/path/Path2-4.png' alt=''>
+ <img src='images/paths/Path1-1.png' alt=''>
+ <img src='images/paths/Path1-2.png' alt=''>
+ <img src='images/paths/Path1-3.png' alt=''>
+ <img src='images/paths/Path1-4.png' alt=''>
+ <img src='images/paths/Path2-1.png' alt=''>
+ <img src='images/paths/Path2-2.png' alt=''>
+ <img src='images/paths/Path2-3.png' alt=''>
+ <img src='images/paths/Path2-4.png' alt=''>
<img src='images/OverlayTileFaceted50.png' alt=''>
<img src='images/OverlayTileFaceted30.png' alt=''>
<img src='images/OverlayTileFaceted10.png' alt=''>
|