summaryrefslogtreecommitdiff
path: root/plugins/flattr
diff options
context:
space:
mode:
authorJoschasa <[email protected]>2013-03-20 22:59:08 +0100
committerJoschasa <[email protected]>2013-03-20 22:59:08 +0100
commit2a3b6de0efd66a9643bce7ded70288d0ddf9fb24 (patch)
tree715ed389e207c95c71dffe1f72620dcfe76a5fad /plugins/flattr
parent4e4048024a2007527eaf713408c03e83f319b4ed (diff)
remove deprecated theme_image()
Diffstat (limited to 'plugins/flattr')
-rw-r--r--plugins/flattr/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/flattr/init.php b/plugins/flattr/init.php
index d5e4ad025..b91019880 100644
--- a/plugins/flattr/init.php
+++ b/plugins/flattr/init.php
@@ -25,7 +25,7 @@ class Flattr extends Plugin {
$encoded = urlencode($article_link);
$r = file_get_contents("https://api.flattr.com/rest/v2/things/lookup/?url=$encoded");
$response = json_decode($r, true);
- $image = "<img src=\"".theme_image($this->link, 'plugins/flattr/flattr.png')."\"
+ $image = "<img src=\"plugins/flattr/flattr.png\"
class='tagsPic' style=\"cursor : pointer\"
title='".__('Flattr this article.')."'>";
// if Flattr has it in the catalogue, we display the button