diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-11 02:48:57 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-11 02:48:57 -0400 |
| commit | 3b502423fc5bb2ed22051c465e8384f3e44519cc (patch) | |
| tree | b57e1239727103b91be45f0c968b6d037811801b /template/profile_dump.st | |
| parent | 9baa796668784cd6068f06a4aeafd23610999447 (diff) | |
sostler PROD commit
Diffstat (limited to 'template/profile_dump.st')
| -rw-r--r-- | template/profile_dump.st | 4 |
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/> |
