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