diff options
| author | tim b <timb@camcompu.home> | 2010-04-06 19:42:45 -0700 |
|---|---|---|
| committer | tim b <timb@camcompu.home> | 2010-04-06 19:42:45 -0700 |
| commit | 4f09c8a882e8ae2ad1c7944a8c2a5939c9c9f7ad (patch) | |
| tree | 0621a42b668a6504ece1265e6ee78f714a2be051 /template/share_buttons.st | |
| parent | 8dc61b7d58543b680cd14a2a20248a8364dc65e3 (diff) | |
added thumb up for faving
Diffstat (limited to 'template/share_buttons.st')
| -rw-r--r-- | template/share_buttons.st | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/template/share_buttons.st b/template/share_buttons.st index 4400fb3..d061743 100644 --- a/template/share_buttons.st +++ b/template/share_buttons.st @@ -1,13 +1,13 @@ <div class="buttons"> $if(dump.favorited)$ - <img src="/static/thumbup.colored.gif" class="thumb favorite" onclick="Tag.favorite(this)"> + <img src="/static/img/thumbs/color.left.gif" class="thumb favorite" onclick="Tag.favorite(this)"> $else$ - <img src="/static/thumbup.gif" class="thumb" onclick="Tag.favorite(this)"> + <img src="/static/img/thumbs/bw.left.gif" class="thumb" onclick="Tag.favorite(this)"> $endif$ <span class="other-sites"> - <img src="/static/share/tumblricon.png" class="share" onclick="Share.tumblr(this)"> - <img src="/static/share/fbbutton.png" class="share" onclick="Share.facebook(this)"> - <img src="/static/share/twittericon.png" class="share" onclick="Share.twitter(this)"> - <img src="/static/share/delishicon.png" class="share" onclick="Share.delicious(this)"> + <img src="/static/img/share/tumblricon.png" class="share" onclick="Share.tumblr(this)"> + <img src="/static/img/share/fbbutton.png" class="share" onclick="Share.facebook(this)"> + <img src="/static/img/share/twittericon.png" class="share" onclick="Share.twitter(this)"> + <img src="/static/img/share/delishicon.png" class="share" onclick="Share.delicious(this)"> </span> </div>
\ No newline at end of file |
