mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +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
|
|
@ -1546,7 +1546,7 @@ class memberController extends member
|
|||
if(!$args->skin) $args->skin = "default";
|
||||
if(!$args->colorset) $args->colorset = "white";
|
||||
if(!$args->editor_skin) $args->editor_skin= "ckeditor";
|
||||
if(!$args->editor_colorset) $args->editor_colorset = "moono";
|
||||
if(!$args->editor_colorset) $args->editor_colorset = "moono-lisa";
|
||||
if($args->enable_join!='Y') $args->enable_join = 'N';
|
||||
$args->enable_openid= 'N';
|
||||
if($args->profile_image !='Y') $args->profile_image = 'N';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue