summaryrefslogtreecommitdiff
path: root/template/profile_dump.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/profile_dump.st')
-rw-r--r--template/profile_dump.st2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/profile_dump.st b/template/profile_dump.st
index 8866ae4..b101a08 100644
--- a/template/profile_dump.st
+++ b/template/profile_dump.st
@@ -10,11 +10,13 @@ $else$
<img height="50" width="50" src="/static/img/noinfo.png">
$endif$
</div></a>
+<!--
$if(dump.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">$dump.content$</div>
<hr/>
$share_buttons()$