mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
mid=board&act=dispBoardAdminBoardInfo등 모듈 관리자페이지에서 디자인이 깨지는 문제 수정
This commit is contained in:
parent
1d0fb32923
commit
8d718c0ae8
3 changed files with 17 additions and 3 deletions
|
|
@ -140,6 +140,13 @@ class ModuleObject extends BaseObject
|
|||
return;
|
||||
}
|
||||
|
||||
// Set admin layout
|
||||
if(preg_match('/^disp[A-Z][a-z0-9\_]+Admin/', $this->act))
|
||||
{
|
||||
$this->setLayoutPath('modules/admin/tpl');
|
||||
$this->setLayoutFile('layout');
|
||||
}
|
||||
|
||||
// Execute init
|
||||
if(method_exists($this, 'init'))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue