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
1 changed files with 1 additions and 1 deletions

View File

@ -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>