Add HOOK_FEED_TREE to div feeds-holder
This commit is contained in:
parent
ac3d561f4d
commit
f56ae1dcc9
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue