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

Add HOOK_FEED_TREE to div feeds-holder

This commit is contained in:
jc
2019-10-07 13:43:24 +00:00
parent ac3d561f4d
commit f56ae1dcc9

View File

@@ -140,6 +140,11 @@
<div id="feedlistLoading">
<img src='images/indicator_tiny.gif'/>
<?php echo __("Loading, please wait..."); ?></div>
<?php
foreach (PluginHost::getInstance()->get_hooks(PluginHost::HOOK_FEED_TREE) as $p) {
echo $p->hook_feed_tree();
}
?>
<div id="feedTree"></div>
</div>