$sub_menu = '400660'; include_once('./_common.php'); auth_check($auth[$sub_menu], "w"); $sql = " select * from {$g4['shop_item_qa_table']} a left join {$g4['member_table']} b on (a.mb_id = b.mb_id) where iq_id = '$iq_id' "; $iq = sql_fetch($sql); if (!$iq['iq_id']) alert('등록된 자료가 없습니다.'); $name = get_sideview($is['mb_id'], $iq['iq_name'], $is['mb_email'], $is['mb_homepage']); $g4['title'] = '상품문의 수정'; include_once (G4_ADMIN_PATH.'/admin.head.php'); $qstr = "page=$page&sort1=$sort1&sort2=$sort2"; ?> //=subtitle($g4['title'])?>
include_once (G4_ADMIN_PATH.'/admin.tail.php'); ?>