]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/tweet/init.php
remove deprecated theme_image()
[tt-rss.git] / plugins / tweet / init.php
index e7f8ce949e850b3c61dcb0e84565a00b1e0acf23..2d20c7187c6a433f18e516b4b4898ab72808ab40 100644 (file)
@@ -23,7 +23,7 @@ class Tweet extends Plugin {
        function hook_article_button($line) {
                $article_id = $line["id"];
 
-               $rv = "<img src=\"".theme_image($this->link, 'plugins/tweet/tweet.png')."\"
+               $rv = "<img src=\"plugins/tweet/tweet.png\"
                        class='tagsPic' style=\"cursor : pointer\"
                        onclick=\"tweetArticle($article_id)\"
                        title='".__('Share on Twitter')."'>";