$sub_menu = '400710'; include_once('./_common.php'); include_once ("$g4[path]/lib/cheditor4.lib.php"); auth_check($auth[$sub_menu], "w"); $html_title = 'FAQ'; if ($w == "u") { $html_title .= ' 수정'; $readonly = ' readonly'; $sql = " select * from {$g4['yc4_faq_master_table']} where fm_id = '$fm_id' "; $fm = sql_fetch($sql); if (!$fm['fm_id']) alert('등록된 자료가 없습니다.'); } else { $html_title .= ' 입력'; } $g4['title'] = $html_title; include_once (G4_ADMIN_PATH.'/admin.head.php'); ?> //=subtitle($html_title)?> =cheditor1('fm_head_html', '100%', '150');?> =cheditor1('fm_tail_html', '100%', '150');?>
include_once (G4_ADMIN_PATH.'/admin.tail.php'); ?>