mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:05:56 +00:00
remove deprecated theme_image()
This commit is contained in:
@@ -22,7 +22,7 @@ class Note extends Plugin {
|
||||
|
||||
|
||||
function hook_article_button($line) {
|
||||
return "<img src=\"".theme_image($this->link, "plugins/note/note.png")."\"
|
||||
return "<img src=\"plugins/note/note.png\"
|
||||
style=\"cursor : pointer\" style=\"cursor : pointer\"
|
||||
onclick=\"editArticleNote(".$line["id"].")\"
|
||||
class='tagsPic' title='".__('Edit article note')."'>";
|
||||
|
||||
Reference in New Issue
Block a user