diff options
Diffstat (limited to 'template/topic_hump.st')
| -rwxr-xr-x | template/topic_hump.st | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/template/topic_hump.st b/template/topic_hump.st new file mode 100755 index 0000000..0441308 --- /dev/null +++ b/template/topic_hump.st @@ -0,0 +1,8 @@ +<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> |
