summaryrefslogtreecommitdiff
path: root/plugins/share
diff options
context:
space:
mode:
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')."'>";