상수 _DEFINED_ 가 선언된 경우에만 ckeditor 실행

This commit is contained in:
gnuboard
2013-01-09 18:12:23 +09:00
parent cf5b915fd1
commit c439448eae
2 changed files with 13 additions and 3 deletions

View File

@ -7,4 +7,6 @@ $editor = (object)array(
'config_js' => $g4['path']."/plugin/ckeditor/config.js",
'data' => "data/editor"
);
include_once($editor->lib);
?>