mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 11:33:55 +09:00
메일 알림기능 추가 및 설정 세분화 나누고 환경설정창 직관적으로 개선.
This commit is contained in:
parent
381f6db98e
commit
62ba40fc26
6 changed files with 96 additions and 17 deletions
|
|
@ -4,7 +4,7 @@ class ncenterliteAdminView extends ncenterlite
|
|||
function init()
|
||||
{
|
||||
$this->setTemplatePath($this->module_path.'tpl');
|
||||
$this->setTemplateFile(lcfirst(str_replace('dispNcenterliteAdmin', '', $this->act)));
|
||||
$this->setTemplateFile(strtolower(str_replace('dispNcenterliteAdmin', '', $this->act)));
|
||||
}
|
||||
|
||||
function dispNcenterliteAdminConfig()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue