From 6b31c9f2fb2f53402743c6d9358d68918a4fa0af Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 24 Dec 2012 15:07:37 +0400 Subject: [PATCH] fix share plugin icon location --- plugins/share/share.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/share/share.php b/plugins/share/share.php index ce7c4a83..3c7d7943 100644 --- a/plugins/share/share.php +++ b/plugins/share/share.php @@ -15,7 +15,7 @@ class Share extends Plugin { } function hook_article_button($line) { - return "link, 'images/art-share.png')."\" + return "link, 'plugins/share/share.png')."\" class='tagsPic' style=\"cursor : pointer\" onclick=\"shareArticle(".$line['int_id'].")\" title='".__('Share by URL')."'>"; -- 2.39.2