diff --git a/Controller/MenuController.php b/Controller/MenuController.php index dfccd69ed..4402bff6e 100644 --- a/Controller/MenuController.php +++ b/Controller/MenuController.php @@ -8,11 +8,8 @@ class MenuController extends Controller { public function writeMenuAction($menu, $layout, $activeRouteKey = null, array $args = array() ) { - - - return $this->render($layout, array( - 'menu_composer' => $this->get('cl_chill_main_menu_composer'), + 'menu_composer' => $this->get('chill.main.menu_composer'), 'menu' => $menu, 'args' => $args, 'activeRouteKey' => $activeRouteKey