diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2012-12-12 18:35:28 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2012-12-12 18:35:28 -0800 |
commit | 84b050664c8c8968a9c264460016b68595702dc4 (patch) | |
tree | 71ebf3a72cd275a0c123f713cefb9b8796420183 /includes/header.php | |
parent | fe1c973edc1cab6d065938df9b46694ece19beff (diff) | |
download | pathery-84b050664c8c8968a9c264460016b68595702dc4.tar.xz |
New images, modified image caching.
Diffstat (limited to 'includes/header.php')
-rw-r--r-- | includes/header.php | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/includes/header.php b/includes/header.php index c415e75..cb5ae65 100644 --- a/includes/header.php +++ b/includes/header.php @@ -59,16 +59,33 @@ function hideSignin() { function htmlFooter() {
//Preload the path-images and add the google-analytics script
?>
+ <div id="copy" style='width:100%;clear: both'>
+ Copyright © 2011-2012 pathery.com
+ </div>
+ <br />
+
<div style='visibility:hidden;display:none'>
<img src='images/MedalGoldCAR.png' alt=''>
<img src='images/MedalSilverCAR.png' alt=''>
- <img src='images/Path1.png' alt=''>
- <img src='images/Path2.png' alt=''>
- <img src='images/Path3.png' alt=''>
- <img src='images/Path4.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/OverlayTileFaceted50.png' alt=''>
<img src='images/OverlayTileFaceted30.png' alt=''>
<img src='images/OverlayTileFaceted10.png' alt=''>
+ <img src='images/OverlayTileFaceted20.png' alt=''>
+
+ <img src='images/OverlayStart2.png' alt=''>
+ <img src='images/OverlayA50.png' alt=''>
+ <img src='images/OverlayB50.png' alt=''>
+ <img src='images/OverlayC50.png' alt=''>
+ <img src='images/TeleportOutW.png' alt=''>
+ <img src='images/TeleportInW.png' alt=''>
</div>
<script>
var _gaq = _gaq || [];
|