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
1 changed files with 5 additions and 0 deletions

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>