Skip to content
Snippets Groups Projects
Commit f56ae1dc authored by jc's avatar jc
Browse files

Add HOOK_FEED_TREE to div feeds-holder

parent ac3d561f
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment