mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
모듈 설정 화면을 관리자 레이아웃으로 사용할 경우 위젯 페이지 편집시 위젯 크기 레이어창이 깨지는 문제 수정
This commit is contained in:
parent
f1b2dc6bd0
commit
bf3a13b290
1 changed files with 5 additions and 1 deletions
|
|
@ -258,7 +258,11 @@ class pageAdminView extends page
|
|||
//Security
|
||||
$security = new Security();
|
||||
$security->encodeHTML('widget_list..title','module_info.mid');
|
||||
|
||||
|
||||
// Load admin resources
|
||||
$oTemplate = TemplateHandler::getInstance();
|
||||
$oTemplate->compile('modules/admin/tpl', '_admin_common.html');
|
||||
|
||||
// Set a template file
|
||||
$this->setLayoutFile('');
|
||||
$this->setTemplateFile($templateFile);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue