mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 16:43:48 +00:00
Improving admin interface
This commit is contained in:
@@ -16,7 +16,7 @@ class AdminController extends Controller {
|
||||
$page_title = 'views.Main.admin.index.page_title') {
|
||||
|
||||
|
||||
return $this->render('ChillMainBundle:Admin:index.html.twig', array(
|
||||
return $this->render('ChillMainBundle:Admin:layout.html.twig', array(
|
||||
'menu_composer' => $this->get('chill.main.menu_composer'),
|
||||
'menu' => $menu,
|
||||
'header_title' => $header_title,
|
||||
|
Reference in New Issue
Block a user