summaryrefslogtreecommitdiff
path: root/classes/feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-09 16:46:56 +0400
committerAndrew Dolgov <[email protected]>2013-04-09 16:46:56 +0400
commitccb2b8dd423b252f8d93b34f92ea567aae79cffe (patch)
treeda8a48347d9822941ff5bcfc3df0d179663b6d37 /classes/feeds.php
parentefd840d87fec6dfd54d381d4b44eb609d98c9d8e (diff)
add HOOK_ARTICLE_LEFT_BUTTON
Diffstat (limited to 'classes/feeds.php')
-rw-r--r--classes/feeds.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index 521aec708..6427559e1 100644
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -678,6 +678,10 @@ class Feeds extends Handler_Protected {
$reply['content'] .= "<div class=\"cdmFooter\">";
+ foreach ($pluginhost->get_hooks($pluginhost::HOOK_ARTICLE_LEFT_BUTTON) as $p) {
+ $reply['content'] .= $p->hook_article_left_button($line);
+ }
+
$tags_str = format_tags_string($line["tags"], $id);
$reply['content'] .= "<img src='images/tag.png' alt='Tags' title='Tags'>