mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 20:21:51 +00:00
remove deprecated theme_image()
This commit is contained in:
@@ -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')."'>";
|
||||
|
||||
Reference in New Issue
Block a user