summaryrefslogtreecommitdiff
path: root/plugins/flattr/init.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-20 22:05:49 -0700
committerAndrew Dolgov <[email protected]>2013-03-20 22:05:49 -0700
commit5b0aec17e9359818e6a9d3161d8539d6ed7a4f70 (patch)
tree5c3adbffd822dbbaa7b763c039135a8e644a9a6d /plugins/flattr/init.php
parent4e4048024a2007527eaf713408c03e83f319b4ed (diff)
parentca5d9be49fb6f9cf06ebf8e305c4c1e290f710da (diff)
Merge pull request #63 from Joschasa/master
Remove deprecated stuff
Diffstat (limited to 'plugins/flattr/init.php')
-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