Enforce the standard nav item renderer for the main menu by default
This commit is contained in:
parent
14ae04b631
commit
e788682c19
|
@ -25,7 +25,7 @@ if (! $this->auth()->isAuthenticated()) {
|
|||
'layout/menu.phtml',
|
||||
'default',
|
||||
array(
|
||||
'menuRenderer' => Icinga::app()->getMenu()->getRenderer()
|
||||
'menuRenderer' => Icinga::app()->getMenu()->getRenderer()->setUseStandardItemRenderer()
|
||||
)
|
||||
) ?>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue