diff options
Diffstat (limited to 'templates/eyecandy.html')
-rw-r--r-- | templates/eyecandy.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/eyecandy.html b/templates/eyecandy.html index a1b9b3f..1e8def6 100644 --- a/templates/eyecandy.html +++ b/templates/eyecandy.html @@ -1,3 +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="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 |