summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorjc <[email protected]>2019-10-07 13:43:24 +0000
committerjc <[email protected]>2019-10-07 13:43:24 +0000
commitf56ae1dcc97541e4920dd254665f6c81e52675ae (patch)
tree7fb290a5ef796f77894e1ac153c9cba0747ba5d0 /index.php
parentac3d561f4d797a47fb055bc158e5237053692a4f (diff)
Add HOOK_FEED_TREE to div feeds-holder
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/index.php b/index.php
index ee66c0ef8..cf57def79 100644
--- a/index.php
+++ b/index.php
@@ -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>