]> git.wh0rd.org - tt-rss.git/commitdiff
fix share plugin icon location
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 24 Dec 2012 11:07:37 +0000 (15:07 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 24 Dec 2012 11:07:37 +0000 (15:07 +0400)
plugins/share/share.php

index ce7c4a83cd01dc104d90db6f12466c4b296dc6dd..3c7d7943b6fa6f17a544b299a92ac20d136dca47 100644 (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')."'>";