메일 알림기능 추가 및 설정 세분화 나누고 환경설정창 직관적으로 개선.

This commit is contained in:
BJRambo 2016-11-21 16:34:51 +09:00
parent 381f6db98e
commit 62ba40fc26
6 changed files with 96 additions and 17 deletions

View file

@ -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()