From 33d985fe07c03592ae08eac5f4ed4ea7e98193e8 Mon Sep 17 00:00:00 2001 From: bnu Date: Tue, 24 Feb 2015 18:41:41 +0900 Subject: [PATCH] =?UTF-8?q?editor=EC=97=90=EC=84=9C=20=EC=82=AC=EC=9A=A9?= =?UTF-8?q?=ED=95=A0=20=EC=88=98=20=EC=9E=88=EB=8A=94=20content=5Fstyle=5F?= =?UTF-8?q?path=20=EB=B3=80=EC=88=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/editor/editor.model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/editor/editor.model.php b/modules/editor/editor.model.php index 372c32db2..383df47ae 100644 --- a/modules/editor/editor.model.php +++ b/modules/editor/editor.model.php @@ -179,6 +179,7 @@ class editorModel extends editor // content_style setting if(!$option->content_style) $option->content_style = 'default'; Context::set('content_style', $option->content_style); + Context::set('content_style_path', $this->module_path . 'styles/' . $option->content_style); // Default font setting Context::set('content_font', addslashes($option->content_font)); Context::set('content_font_size', $option->content_font_size);