summaryrefslogtreecommitdiff
path: root/template/single_message.st
diff options
context:
space:
mode:
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()$