mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
기본 에디터를 default로 처리하도록 코드 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6095 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cb9622cd55
commit
d3ae86e2e2
1 changed files with 1 additions and 4 deletions
|
|
@ -87,10 +87,7 @@
|
|||
|
||||
// 스킨 설정
|
||||
$skin = $option->skin;
|
||||
if(!$skin) $skin = 'xpresseditor';
|
||||
|
||||
// xpresseditor룰 위한 셋팅
|
||||
// if($skin=='default') $skin = 'xpresseditor';
|
||||
if(!$skin) $skin = 'default';
|
||||
|
||||
$colorset = $option->colorset;
|
||||
Context::set('colorset', $colorset);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue