summaryrefslogtreecommitdiff
path: root/template/single_message.st
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-03-17 16:15:02 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-03-17 16:15:02 -0400
commit8eb3322069330b33823eebd81292ce00a632e5e7 (patch)
treed73fa3371b822282f180e4bb2c5b03998054770f /template/single_message.st
parent59ee84bae113dcf4ec4e3e89c9da668de4b67273 (diff)
parente30b950396b7fb7f0b7e97dd083370fa4263300a (diff)
Merge branch 'master' of /pichat/repo
Diffstat (limited to 'template/single_message.st')
-rw-r--r--template/single_message.st8
1 files changed, 3 insertions, 5 deletions
diff --git a/template/single_message.st b/template/single_message.st
index e75ddd5..7047cbd 100644
--- a/template/single_message.st
+++ b/template/single_message.st
@@ -18,7 +18,7 @@
<br>
<div id="posts">
<br>
- <div class="logged-dump">
+ <div class="logged-dump" id="message-$message.message_id$">
<a href="/u/$message.nick$">
<b>$message.nick$</b>
$if(message.avatar)$
@@ -30,10 +30,8 @@
</a>
<span class="linkify">$message.content$</span>
<hr />
- </div>
- <!--<a href="http://www.facebook.com/share.php?u=$u.content$&t=via dump.fm" target="_blank"><img src="/static/fbbutton.png"></a>
- <a href="http://twitter.com/home?status=via dump.fm $u.content$" target="_blank"><img src="/static/twittericon.png"></a>
- <a href="http://delicious.com/save?url=$u.content$&notes=via dump.fm&title=$u.content$" target="_blank"><img src="/static/delishicon.png"></a>-->
+ </div>
+ $share_buttons()$
</div>
<!--<div id="footer">
$footer()$