sf4, repair errors and make basic and admin chill pages works

This commit is contained in:
2020-07-30 17:34:45 +02:00
parent 7d9de642ff
commit 91edb14fb2
17 changed files with 126 additions and 77 deletions

View File

@@ -54,7 +54,7 @@ class MenuTwig extends AbstractExtension implements ContainerAwareInterface
* @var mixed[]
*/
private $defaultParams = array(
'layout' => 'ChillMainBundle:Menu:defaultMenu.html.twig',
'layout' => '@ChillMain/Menu/defaultMenu.html.twig',
'args' => array(),
'activeRouteKey' => null
);