mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 17:31:30 +00:00
remove deprecated theme_image()
This commit is contained in:
@@ -24,7 +24,7 @@ class Pocket extends Plugin {
|
||||
function hook_article_button($line) {
|
||||
$article_id = $line["id"];
|
||||
|
||||
$rv = "<img src=\"".theme_image($this->link, 'plugins/pocket/pocket.png')."\"
|
||||
$rv = "<img src=\"plugins/pocket/pocket.png\"
|
||||
class='tagsPic' style=\"cursor : pointer\"
|
||||
onclick=\"shareArticleToPocket($article_id)\"
|
||||
title='".__('Pocket')."'>";
|
||||
|
||||
Reference in New Issue
Block a user