ckeditor 적용

This commit is contained in:
gnuboard
2012-12-26 19:05:32 +09:00
parent 120be1872f
commit 1feeaba01d
269 changed files with 7849 additions and 2 deletions

View File

@ -0,0 +1,10 @@
<?
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
$editor = (object)array(
'lib' => $g4['path']."/plugin/ckeditor/ckeditor.lib.php",
'js' => $g4['path']."/plugin/ckeditor/ckeditor.js",
'config_js' => $g4['path']."/plugin/ckeditor/config.js",
'data' => "data/editor"
);
?>