mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 11:25:56 +00:00
Add HOOK_FEED_TREE to div feeds-holder
This commit is contained in:
@@ -140,6 +140,11 @@
|
|||||||
<div id="feedlistLoading">
|
<div id="feedlistLoading">
|
||||||
<img src='images/indicator_tiny.gif'/>
|
<img src='images/indicator_tiny.gif'/>
|
||||||
<?php echo __("Loading, please wait..."); ?></div>
|
<?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 id="feedTree"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user