diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-01-31 04:12:53 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-01-31 04:12:53 -0800 |
commit | 89bf0857cb2d129be54b5fff1daa8693607ed0d4 (patch) | |
tree | 4a7b22cc787a5b06c3d12a44c5cf39b0abbf17d1 /includes | |
parent | 9941f53715fe3b6c07414ae20d79e608586908d0 (diff) | |
download | pathery-89bf0857cb2d129be54b5fff1daa8693607ed0d4.tar.xz |
Updated incorrect image URLs
Diffstat (limited to 'includes')
-rw-r--r-- | includes/header.php | 16 |
1 files changed, 8 insertions, 8 deletions
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=''>
|