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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user