mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
fix for xpresseditor
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6057 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
387d11291b
commit
6135ae2c6d
4 changed files with 52 additions and 43 deletions
|
|
@ -46,8 +46,8 @@
|
|||
if(!$editor_config->comment_editor_height) $editor_config->comment_editor_height = 120;
|
||||
if($editor_config->enable_autosave!='N') $editor_config->enable_autosave = "Y";
|
||||
|
||||
if(!$editor_config->editor_skin) $editor_config->editor_skin = 'default';
|
||||
if(!$editor_config->comment_editor_skin) $editor_config->comment_editor_skin = 'default';
|
||||
if(!$editor_config->editor_skin) $editor_config->editor_skin = 'xpresseditor';
|
||||
if(!$editor_config->comment_editor_skin) $editor_config->comment_editor_skin = 'xpresseditor';
|
||||
|
||||
return $editor_config;
|
||||
}
|
||||
|
|
@ -87,10 +87,10 @@
|
|||
|
||||
// 스킨 설정
|
||||
$skin = $option->skin;
|
||||
if(!$skin) $skin = 'default';
|
||||
if(!$skin) $skin = 'xpresseditor';
|
||||
|
||||
// xpresseditor룰 위한 셋팅
|
||||
//if($skin=='default') $skin = 'xpresseditor';
|
||||
// if($skin=='default') $skin = 'xpresseditor';
|
||||
|
||||
$colorset = $option->colorset;
|
||||
Context::set('colorset', $colorset);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue