mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
모듈 추가 설정에서 댓글의 에디터 컬러셋 영역이 나타나지 않는 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6079 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9aae909493
commit
8cdbfd6303
5 changed files with 22 additions and 15 deletions
|
|
@ -90,6 +90,13 @@
|
|||
// 에디터 스킨 목록을 구함
|
||||
$editor_skin_list = FileHandler::readDir('./modules/editor/skins');
|
||||
Context::set('editor_skin_list', $editor_skin_list);
|
||||
|
||||
$oModuleModel = &getModel('module');
|
||||
|
||||
$skin_info = $oModuleModel->loadSkinInfo($this->module_path,$editor_config->editor_skin);
|
||||
Context::set('editor_colorset_list', $skin_info->colorset);
|
||||
$skin_info = $oModuleModel->loadSkinInfo($this->module_path,$editor_config->comment_editor_skin);
|
||||
Context::set('editor_comment_colorset_list', $skin_info->colorset);
|
||||
|
||||
|
||||
// 그룹 목록을 구함
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue