$sub_menu = "400630"; include_once("./_common.php"); include_once(G4_CKEDITOR_PATH.'/ckeditor.lib.php'); auth_check($auth[$sub_menu], "w"); $html_title = "이벤트 "; if ($w == "u") { $html_title .= " 수정"; $readonly = " readonly"; $sql = " select * from $g4[yc4_event_table] where ev_id = '$ev_id' "; $ev = sql_fetch($sql); if (!$ev[ev_id]) alert("등록된 자료가 없습니다."); } else { $html_title .= " 입력"; $ev[ev_skin] = 0; $ev[ev_use] = 1; // 1.03.00 // 입력일 경우 기본값으로 대체 $ev[ev_img_width] = $default[de_simg_width]; $ev[ev_img_height] = $default[de_simg_height]; $ev[ev_list_mod] = 4; $ev[ev_list_row] = 5; } $g4[title] = $html_title; include_once(G4_ADMIN_PATH."/admin.head.php"); ?> =subtitle($html_title);?>
include_once(G4_ADMIN_PATH."/admin.tail.php"); ?>