summaryrefslogtreecommitdiff
path: root/plugins/pinterest/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pinterest/init.php')
-rw-r--r--plugins/pinterest/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pinterest/init.php b/plugins/pinterest/init.php
index aef9d8511..96c730e84 100644
--- a/plugins/pinterest/init.php
+++ b/plugins/pinterest/init.php
@@ -23,7 +23,7 @@ class Pinterest extends Plugin {
function hook_article_button($line) {
$article_id = $line["id"];
- $rv = "<img src=\"".theme_image($this->link, 'plugins/pinterest/pinterest.png')."\"
+ $rv = "<img src=\"plugins/pinterest/pinterest.png\"
class='tagsPic' style=\"cursor : pointer\"
onclick=\"pinterest($article_id)\"
title='".__('Pinterest')."'>";