Sonata Admin - No Header

て烟熏妆下的殇ゞ 提交于 2019-12-08 07:42:37

问题


I extends "SonataAdminBundle::standard_layout.html.twig and it show me admin theme without header/menu. After the debug code "admin_pool" is not defined I passed from admin_pool from the controller but still not defined.

Can you please tell me what am I missing?


回答1:


I solved header's problem myself using below code

$admin_pool = $this->get('sonata.admin.pool');

return $this->render('ProjectBundle:Controller:page.html.twig', array('admin_pool' => $admin_pool));



来源:https://stackoverflow.com/questions/22760603/sonata-admin-no-header

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!