mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 11:33:55 +09:00
댓글 작성자 알림 설정페이지 만들고 모듈별로 선택하여 사용
This commit is contained in:
parent
d0ba49b233
commit
f0b1f785c1
9 changed files with 76 additions and 10 deletions
|
|
@ -41,6 +41,18 @@ class ncenterliteAdminView extends ncenterlite
|
|||
Context::set('mid_list', $mid_list);
|
||||
Context::set('config', $config);
|
||||
}
|
||||
|
||||
function dispNcenterliteAdminOtherComment()
|
||||
{
|
||||
$oModuleModel = getModel('module');
|
||||
$oNcenterliteModel = getModel('ncenterlite');
|
||||
$config = $oNcenterliteModel->getConfig();
|
||||
|
||||
$mid_list = $oModuleModel->getMidList(null, array('module_srl', 'mid', 'browser_title', 'module'));
|
||||
|
||||
Context::set('mid_list', $mid_list);
|
||||
Context::set('config', $config);
|
||||
}
|
||||
|
||||
function dispNcenterliteAdminSkinsetting()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue