mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 23:15:55 +00:00
remove deprecated theme_image()
This commit is contained in:
@@ -21,7 +21,7 @@ class Share extends Plugin {
|
||||
}
|
||||
|
||||
function hook_article_button($line) {
|
||||
return "<img src=\"".theme_image($this->link, 'plugins/share/share.png')."\"
|
||||
return "<img src=\"plugins/share/share.png\"
|
||||
class='tagsPic' style=\"cursor : pointer\"
|
||||
onclick=\"shareArticle(".$line['int_id'].")\"
|
||||
title='".__('Share by URL')."'>";
|
||||
|
||||
Reference in New Issue
Block a user