Enforce the standard nav item renderer for the main menu by default

This commit is contained in:
Johannes Meyer 2015-10-01 17:44:37 +02:00
parent 14ae04b631
commit e788682c19

View File

@ -25,7 +25,7 @@ if (! $this->auth()->isAuthenticated()) {
'layout/menu.phtml', 'layout/menu.phtml',
'default', 'default',
array( array(
'menuRenderer' => Icinga::app()->getMenu()->getRenderer() 'menuRenderer' => Icinga::app()->getMenu()->getRenderer()->setUseStandardItemRenderer()
) )
) ?> ) ?>
</div> </div>