diff options
Diffstat (limited to 'template/fame_dump.st')
| -rw-r--r-- | template/fame_dump.st | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/fame_dump.st b/template/fame_dump.st index 8ebce02..05cc9fe 100644 --- a/template/fame_dump.st +++ b/template/fame_dump.st @@ -12,11 +12,13 @@ $else$ <img height="50" width="50" src="/static/noinfo.png"> $endif$ </div></a> <img height="16px" width="16px" src="http://dump.fm/static/img/thumbs/heartfaved.gif">$dump.count$ +<!-- $if(dump.favorited)$ <img src="/static/img/thumbs/heartfaved.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()$ |
