mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Change default editor colorset in other modules to moono-lisa
This commit is contained in:
parent
e17c4b9c38
commit
d4353fa8d2
4 changed files with 5 additions and 5 deletions
|
|
@ -72,7 +72,7 @@ class memberModel extends member
|
|||
if(!$config->max_error_count_time) $config->max_error_count_time = 300;
|
||||
|
||||
if(!$config->signature_editor_skin || $config->signature_editor_skin == 'default') $config->signature_editor_skin = 'ckeditor';
|
||||
if(!$config->sel_editor_colorset) $config->sel_editor_colorset = 'moono';
|
||||
if(!$config->sel_editor_colorset) $config->sel_editor_colorset = 'moono-lisa';
|
||||
if(!$config->member_allow_fileupload) $config->member_allow_fileupload = 'N';
|
||||
|
||||
if($config->redirect_mid)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue