#38 쪽지 발송 권한 설정 추가

This commit is contained in:
akasima 2014-03-03 09:33:09 +09:00
parent 0821e47ba8
commit 08f80e42ab
6 changed files with 137 additions and 1 deletions

View file

@ -58,6 +58,10 @@ class communicationAdminView extends communication
$security->encodeHTML('communication_skin_list..title');
$security->encodeHTML('communication_mobile_skin_list..title');
$oMemberModel = getModel('member');
$group_list = $oMemberModel->getGroups($this->site_srl);
Context::set('group_list', $group_list);
// specify a template
$this->setTemplatePath($this->module_path . 'tpl');
$this->setTemplateFile('index');