summaryrefslogtreecommitdiffstats
path: root/templates/eyecandy.html
diff options
context:
space:
mode:
authormartin speleo <martin.speleo@gmail.com>2009-06-28 19:33:24 +0100
committermartin speleo <martin.speleo@gmail.com>2009-06-28 19:33:24 +0100
commitb847bde6b78ea36e2dd749ddadad63c163a23c47 (patch)
treeaafa1e7cc2e08ff88e7b7b46e0d49078021a62f2 /templates/eyecandy.html
parent06f7bfa97958fb1d17a9c15d27004fd04a0002ca (diff)
downloadtroggle-b847bde6b78ea36e2dd749ddadad63c163a23c47.tar.gz
troggle-b847bde6b78ea36e2dd749ddadad63c163a23c47.tar.bz2
troggle-b847bde6b78ea36e2dd749ddadad63c163a23c47.zip
[svn] Fixed small semantics issues stopping base.js working with IE.
Made toggle eyecandy persistent (using a cookie) Made toggle eyecandy turn off footer menu images Only load footer menu images if the eyecandy is being used.
Diffstat (limited to 'templates/eyecandy.html')
-rw-r--r--templates/eyecandy.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/eyecandy.html b/templates/eyecandy.html
new file mode 100644
index 0000000..a1b9b3f
--- /dev/null
+++ b/templates/eyecandy.html
@@ -0,0 +1,3 @@
+<img id="richardBanner" class="footer" src="{{ settings.MEDIA_URL }}expoBanner.gif" style="display: none;"/>
+<img id="timeMachine" class="footer" src="{{ settings.MEDIA_URL }}timemachine.gif" style="display: none;"/>
+<img id="surveyHover" class="footer" src="{{ settings.MEDIA_URL }}surveyHover.gif" style="display: none;"/> \ No newline at end of file