fix share plugin icon location

This commit is contained in:
Andrew Dolgov 2012-12-24 15:07:37 +04:00
parent 6c2637d973
commit 6b31c9f2fb
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class Share extends Plugin {
}
function hook_article_button($line) {
return "<img src=\"".theme_image($this->link, 'images/art-share.png')."\"
return "<img src=\"".theme_image($this->link, 'plugins/share/share.png')."\"
class='tagsPic' style=\"cursor : pointer\"
onclick=\"shareArticle(".$line['int_id'].")\"
title='".__('Share by URL')."'>";