Improving admin interface

This commit is contained in:
Marc Ducobu
2014-11-21 17:29:56 +01:00
parent b95d3946ef
commit bec63446f3
4 changed files with 74 additions and 19 deletions

View File

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