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.st4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/profile_dump.st b/template/profile_dump.st
index b910274..adc47f3 100644
--- a/template/profile_dump.st
+++ b/template/profile_dump.st
@@ -11,9 +11,9 @@ $else$
$endif$
</div></a>
$if(dump.favorited)$
- <img src="/static/img/thumbs/color.left.gif" class="thumb favorite" onclick="Tag.favorite(this)">
+ <img src="/static/img/thumbs/heartover.gif" class="thumb favorite" onclick="Tag.favorite(this)">
$else$
- <img src="/static/img/thumbs/bw.left.gif" class="thumb" onclick="Tag.favorite(this)">
+ <img src="/static/img/thumbs/heart.gif" class="thumb" onclick="Tag.favorite(this)">
$endif$
<div class="content">$dump.content$</div>
<hr/>