summaryrefslogtreecommitdiff
path: root/template/topic_dump.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/topic_dump.st')
-rwxr-xr-xtemplate/topic_dump.st8
1 files changed, 0 insertions, 8 deletions
diff --git a/template/topic_dump.st b/template/topic_dump.st
deleted file mode 100755
index 0441308..0000000
--- a/template/topic_dump.st
+++ /dev/null
@@ -1,8 +0,0 @@
-<div class="logged-hump hump $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$" nick="$hump.nick$">
- <div>
- $hump.created_on$ -- by <a href="/$hump.nick$"><b>$hump.nick$</b></a> in <b><a href="$hump.roomlink$">$hump.key$</a></b>
- </div>
- <div class="content">$hump.content$</div>
-<hr/>
-$share_buttons()$
-</div>