diff options
Diffstat (limited to 'template/share_buttons.st')
| -rwxr-xr-x | template/share_buttons.st | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/share_buttons.st b/template/share_buttons.st index 67dd762..ac41191 100755 --- a/template/share_buttons.st +++ b/template/share_buttons.st @@ -3,7 +3,7 @@ <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)"> - <a class="permalink" href="$domain$/p/$dump.nick$/$dump.message_id$"><img src="$domain$/static/img/link.gif"></a> + <a class="permalink" href="$domain$/p/$dump.nick$/$dump.message_id$"><img src="/static/img/link.gif"></a> $if(logged_in)$ $if(dump.favorited)$ <img src="/static/img/thumbs/heartfaved.gif" class="thumb favorite" onclick="Tag.favorite(this)"> |
