summaryrefslogtreecommitdiff
path: root/template/chat_help_bubbles.st
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-04-23 23:27:25 -0400
committersostler <sbostler@gmail.com>2010-04-23 23:27:25 -0400
commit542b195ae2bec42ff7dcff58b25d3a8f0bc06a6f (patch)
tree3779be3936b0d8495fb20f6eae047c677bffc2a9 /template/chat_help_bubbles.st
parent37f8a2d7c1c829ec3d225c8932931e3d0e2a85cd (diff)
parent20e04b97584df832fa1abb9fbd159956f48a788a (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template/chat_help_bubbles.st')
-rw-r--r--template/chat_help_bubbles.st10
1 files changed, 3 insertions, 7 deletions
diff --git a/template/chat_help_bubbles.st b/template/chat_help_bubbles.st
index 77a3e7d..6e8e80f 100644
--- a/template/chat_help_bubbles.st
+++ b/template/chat_help_bubbles.st
@@ -1,11 +1,7 @@
<div id="newuserwrap">
-<div id="posthelp"><img src="/static/img/blurbs/posthere.png"></div>
-<div id="webcamhelp"><img src="/static/img/blurbs/webcamhelp.png"></div>
-<div id="userlisthelp"><img src="/static/img/blurbs/userlisthelp.png"></div>
-<div id="imageboard"><img src="/static/img/blurbs/imageboard.png"></div>
-<div id="uploadstuff"><img src="/static/img/blurbs/uploadstuff.png"></div>
-<div id="signinblurb"><img src="/static/img/blurbs/signinblurb.png"></div>
-<div id="beingpostednow"><img src="/static/img/blurbs/beingpostednow.png"></div>
+<div id="posthelp"><img src="/static/img/furie6.png"></div>
+<div id="webcamhelp"><img src="/static/img/furie5.png"></div>
+<a href="/help"><div id="userlisthelp"><img src="/static/img/furie7.png"></div></a>
<script>
jQuery(document).ready(function(){ setTimeout( function(){ jQuery("#newuserwrap div").hide("puff", 1000) }, 10000 ) })
</script>