1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 11:55:56 +00:00

add HOOK_ARTICLE_LEFT_BUTTON

This commit is contained in:
Andrew Dolgov
2013-04-09 16:46:56 +04:00
parent efd840d87f
commit ccb2b8dd42
3 changed files with 13 additions and 3 deletions

View File

@@ -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'>