mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Fix default editor skin in signature editor
This commit is contained in:
parent
d4353fa8d2
commit
fa36fd184c
1 changed files with 2 additions and 2 deletions
|
|
@ -328,8 +328,8 @@ class memberView extends member
|
|||
$option->resizable = false;
|
||||
$option->disable_html = true;
|
||||
$option->height = 200;
|
||||
$option->skin = $member_config->signature_editor_skin;
|
||||
$option->colorset = $member_config->sel_editor_colorset;
|
||||
//$option->skin = $member_config->signature_editor_skin;
|
||||
//$option->colorset = $member_config->sel_editor_colorset;
|
||||
$editor = $oEditorModel->getEditor($member_info->member_srl, $option);
|
||||
Context::set('editor', $editor);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue