summaryrefslogtreecommitdiff
path: root/plugins/pinterest/init.php
diff options
context:
space:
mode:
authorRichard Beales <[email protected]>2013-03-21 07:04:54 +0000
committerRichard Beales <[email protected]>2013-03-21 07:04:54 +0000
commitf1fdfbea433c834ae7f09b4ef23f23d5efa069d4 (patch)
tree0b0b359f14767a9e2dea02a79f70de2bb30dda67 /plugins/pinterest/init.php
parent77accf45df3072bf0e3fe1e919bb75fc14313119 (diff)
parentb74c51342896f4f01a742dcad82fc8afa753c036 (diff)
Merge remote-tracking branch 'upstream/master'
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')."'>";