summaryrefslogtreecommitdiff
path: root/template/popular_dump.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/popular_dump.st')
-rwxr-xr-xtemplate/popular_dump.st15
1 files changed, 0 insertions, 15 deletions
diff --git a/template/popular_dump.st b/template/popular_dump.st
deleted file mode 100755
index ae15326..0000000
--- a/template/popular_dump.st
+++ /dev/null
@@ -1,15 +0,0 @@
-<div class="logged-dump dump $if(dump.favorited)$favorite$endif$" id="message-$dump.message_id$" nick="$dump.nick$">
-
-<div id="profiletxt">
-$dump.created_on$ - in <b><a href="http://$dump.key$.hump.fm">$dump.key$</a></b>
-
-</div>
-
-
-<div class="content">$dump.content$</div>
-<hr/>
-<div class="faver-list">
-$dump.count$ <img src="/static/img/thumbs/heartfavedsm.gif"></span> $dump.favers: { nick | <a href="/$nick$/popular"><b>$nick$</b></a> &nbsp; }$
-</div>
-$share_buttons()$
-</div>