mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 15:21:40 +09:00
에디터 기본 스킨을 default로 일단 교체
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6073 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d0359b8b74
commit
1fd89712a1
1 changed files with 2 additions and 2 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 = 'xpresseditor';
|
||||
if(!$editor_config->comment_editor_skin) $editor_config->comment_editor_skin = 'xpresseditor';
|
||||
if(!$editor_config->editor_skin) $editor_config->editor_skin = 'default';
|
||||
if(!$editor_config->comment_editor_skin) $editor_config->comment_editor_skin = 'default';
|
||||
|
||||
return $editor_config;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue