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

@ -1,5 +1,8 @@
<?
include_once('./_common.php');
if ($editor->lib) {
include_once($editor->lib);
}
set_session('ss_bo_table', $bo_table);
set_session('ss_wr_id', $wr_id);
@ -363,6 +366,11 @@ if ($is_admin) {
$write_max = (int)$board['bo_write_max'];
}
if ($is_dhtml_editor && $editor->js) {
array_push($g4['js_file'], $editor->js);
array_push($g4['js_file'], $editor->config_js);
}
include_once($g4['path'].'/head.sub.php');
include_once('./board_head.php');