회원/ 커뮤니케이션 모듈의 에디터 설정에서 컬러셋을 지정할 수 있게 하여 모듈 스킨과 잘 어울리는 에디터가 나타나도록 설정 기능 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4985 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-11-26 03:54:57 +00:00
parent c400e919b7
commit 93f25957db
6 changed files with 20 additions and 4 deletions

View file

@ -18,7 +18,7 @@
**/
function procCommunicationAdminInsertConfig() {
// 기본 정보를 받음
$args = Context::gets('skin','colorset','editor_skin');
$args = Context::gets('skin','colorset','editor_skin','editor_colorset');
if(!$args->skin) $args->skin = "default";
if(!$args->colorset) $args->colorset = "white";