diff options
Diffstat (limited to 'template/profile_dump.st')
| -rwxr-xr-x | template/profile_dump.st | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/template/profile_dump.st b/template/profile_dump.st deleted file mode 100755 index 554c760..0000000 --- a/template/profile_dump.st +++ /dev/null @@ -1,23 +0,0 @@ -<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="$hump.roomlink$">$hump.key$</a></b> - </div> - <a href="/$hump.nick$"> - <div id="logavatar"> -$if(hump.avatar)$ - <img height="50" width="50" src="$hump.avatar$" /> -$else$ - <img height="50" width="50" src="/static/img/noinfo.png"> -$endif$ - </div></a> -<!-- -$if(hump.favorited)$ - <img src="/static/img/thumbs/heartover.gif" class="thumb favorite" onclick="Tag.favorite(this)"> -$else$ - <img src="/static/img/thumbs/heart.gif" class="thumb" onclick="Tag.favorite(this)"> -$endif$ ---> - <div class="content">$hump.content$</div> -<hr/> -$share_buttons()$ -</div> |
