blob: 0f40fc5a86d5bc533018390329ff6119f4bccc5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$if(hump.ztags)$
<div class="logged-hump hump" id="message-$hump.message_id$" nick="$hump.nick$" tags="$hump.tags: { tag | $tag.nick$:$tag.tag$ }$">
$else$
<div class="logged-hump hump $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$" nick="$hump.nick$">
$endif$
$hump.created_on$ -- by <a href="/$hump.nick$"><b>$hump.nick$</b></a>
<span> <img height="16px" width="16px" src="/static/img/thumbs/heartfaved.gif"><span class="scorecount">$hump.count$</span></span>
<div class="content">$hump.content$</div>
<hr />
$hall_share_buttons()$
</div>
|