summaryrefslogtreecommitdiff
path: root/template/hall_log_dump.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/hall_log_dump.st')
-rwxr-xr-xtemplate/hall_log_dump.st9
1 files changed, 0 insertions, 9 deletions
diff --git a/template/hall_log_dump.st b/template/hall_log_dump.st
deleted file mode 100755
index d12fecb..0000000
--- a/template/hall_log_dump.st
+++ /dev/null
@@ -1,9 +0,0 @@
-<div class="logged-dump dump $if(dump.favorited)$favorite$endif$" id="message-$dump.message_id$" nick="$dump.nick$">
- <a href="/$dump.nick$"><b class="hallnick">$dump.nick$</a></b>
- $if(dump.score)$<span class="hallscore" onclick="Tag.animated_fav(this, '.hallscore', '60px', '40px')">$dump.score$</span>$endif$
- <div class="content" data-category="posts">$dump.content$</div>
- <hr />
- $if(logged_in)$
- $frontpage_share_buttons()$
- $endif$
-</div>