mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-18 01:42:14 +09:00
글꼴 사용자 설정 항목 추가
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12042 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1367687ee7
commit
b189dd1821
2 changed files with 25 additions and 11 deletions
|
|
@ -126,13 +126,21 @@
|
|||
function procEditorAdminGeneralConfig(){
|
||||
$oModuleController = &getController('module');
|
||||
$configVars = Context::getRequestVars();
|
||||
|
||||
|
||||
if($configVars->font_defined != 'Y') $config->font_defined = $configVars->font_defined = 'N';
|
||||
else $config->font_defined = 'Y';
|
||||
|
||||
if($config->font_defined == 'Y')
|
||||
$config->content_font = addslashes($configVars->content_font_defined);
|
||||
else
|
||||
$config->content_font = addslashes($configVars->content_font);
|
||||
|
||||
$config->editor_skin = $configVars->editor_skin;
|
||||
$config->editor_height = $configVars->editor_height;
|
||||
$config->comment_editor_skin = $configVars->comment_editor_skin;
|
||||
$config->comment_editor_height = $configVars->comment_editor_height;
|
||||
$config->content_style = $configVars->content_style;
|
||||
$config->content_font = addslashes($configVars->content_font);
|
||||
|
||||
$config->content_font_size= $configVars->content_font_size.'px';
|
||||
$config->sel_editor_colorset= $configVars->sel_editor_colorset;
|
||||
$config->sel_comment_editor_colorset= $configVars->sel_comment_editor_colorset;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue