This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
icingaweb2
mirror of
https://github.com/Icinga/icingaweb2.git
Watch
1
Star
0
Fork
You've already forked icingaweb2
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c041bcc559
icingaweb2
/
application
/
views
/
scripts
/
layout
/
menu.phtml
1 line
21 B
PHTML
Raw
Normal View
History
Unescape
Escape
Add a HTML renderer for Icinga\Web\Menu The menu was being rendered through recursive partials before. The overhead this fact implicates is not as efficient as standard recursion so there is now a special renderer for Icinga\Web\Menu utilizing the RecursiveIteratorIterator refs #6153
2014-07-03 15:46:46 +02:00
<?
=
$menuRenderer
;
?>