summaryrefslogtreecommitdiff
path: root/plugins/share
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-24 15:07:37 +0400
committerAndrew Dolgov <[email protected]>2012-12-24 15:07:37 +0400
commit6b31c9f2fb2f53402743c6d9358d68918a4fa0af (patch)
tree6ead6fefa9a2ef6593143fe1c46b7064c9060ca9 /plugins/share
parent6c2637d973a8887bdccf4cdbd15e30643605c576 (diff)
fix share plugin icon location
Diffstat (limited to 'plugins/share')
-rw-r--r--plugins/share/share.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/share/share.php b/plugins/share/share.php
index ce7c4a83c..3c7d7943b 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 "<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')."'>";