mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
에디터 서식 지정시 댓글 서식을 별도로 지정할 수 있도록 수정
하지만 본문 출력시에는 문서 서식 css만 load 가능 함 (입력폼을 위한 서식 분리로 보는 것이 맞음) git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7013 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2809771145
commit
4ea14b7ea4
3 changed files with 12 additions and 2 deletions
|
|
@ -81,6 +81,7 @@
|
|||
$editor_config->editor_skin = Context::get('editor_skin');
|
||||
$editor_config->comment_editor_skin = Context::get('comment_editor_skin');
|
||||
$editor_config->content_style = Context::get('content_style');
|
||||
$editor_config->comment_content_style = Context::get('comment_content_style');
|
||||
$editor_config->content_font = Context::get('content_font');
|
||||
if($editor_config->content_font) {
|
||||
$font_list = array();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue