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:
@@ -18,7 +18,7 @@ class Close_Button extends Plugin {
|
||||
|
||||
function hook_article_button($line) {
|
||||
if (!get_pref($this->link, "COMBINED_DISPLAY_MODE")) {
|
||||
$rv = "<img src=\"".theme_image($this->link, 'plugins/close_button/button.png')."\"
|
||||
$rv = "<img src=\"plugins/close_button/button.png\"
|
||||
class='tagsPic' style=\"cursor : pointer\"
|
||||
onclick=\"closeArticlePanel()\"
|
||||
title='".__('Close article')."'>";
|
||||
|
||||
Reference in New Issue
Block a user