getConfig() ); // 에디터 스킨 목록을 구함 Context::set('editor_skin_list', $oEditorModel->getEditorSkinList() ); // 커뮤니케이션 스킨 목록을 구함 Context::set('communication_skin_list', $oModuleModel->getSkins($this->module_path) ); // template 지정 $this->setTemplatePath($this->module_path.'tpl'); $this->setTemplateFile('index'); } } ?>