1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-21 07:21:29 +00:00

remove deprecated theme_image()

This commit is contained in:
Joschasa
2013-03-20 22:59:08 +01:00
parent 4e4048024a
commit 2a3b6de0ef
17 changed files with 33 additions and 44 deletions

View File

@@ -23,7 +23,7 @@ class Identica extends Plugin {
function hook_article_button($line) {
$article_id = $line["id"];
$rv = "<img src=\"".theme_image($this->link, 'plugins/identica/identica.png')."\"
$rv = "<img src=\"plugins/identica/identica.png\"
class='tagsPic' style=\"cursor : pointer\"
onclick=\"shareArticleToIdentica($article_id)\"
title='".__('Share on identi.ca')."'>";