붉은바람님 답변감사합니다.방금 write skin php 소스올렸는데요 한번 봐주세요 "감사합니다"
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if ($is_dhtml_editor) {
include_once("$g4[path]/lib/cheditor4.lib.php");
echo "";
echo cheditor1('wr_content', '100%', '250');
}
// 카테코리를 자동으로 선택하게 합니다.
if($write[ca_name]){
$category_option = str_replace("'$write[ca_name]'","'$write[ca_name]' selected",$category_option);
}
?>