mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
parent
edf2a4c76a
commit
4ca3bdccc6
4 changed files with 13 additions and 13 deletions
|
|
@ -143,8 +143,12 @@ class ModuleObject extends BaseObject
|
|||
// Set admin layout
|
||||
if(preg_match('/^disp[A-Z][a-z0-9\_]+Admin/', $this->act))
|
||||
{
|
||||
/*
|
||||
$this->setLayoutPath('modules/admin/tpl');
|
||||
$this->setLayoutFile('layout');
|
||||
*/
|
||||
$oTemplate = TemplateHandler::getInstance();
|
||||
$oTemplate->compile('modules/admin/tpl', '_admin_common.html');
|
||||
}
|
||||
|
||||
// Execute init
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue