$sub_menu = '400720'; 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 .= " 수정"; $sql = " select * from {$g4['shop_new_win_table']} where nw_id = '$nw_id' "; $nw = sql_fetch($sql); if (!$nw['nw_id']) alert("등록된 자료가 없습니다."); } else { $html_title .= " 입력"; $nw['nw_disable_hours'] = 24; $nw['nw_left'] = 10; $nw['nw_top'] = 10; $nw['nw_width'] = 450; $nw['nw_height'] = 500; $nw['nw_content_html'] = 2; } $g4['title'] = $html_title; include_once (G4_ADMIN_PATH.'/admin.head.php'); ?>
include_once (G4_ADMIN_PATH.'/admin.tail.php'); ?>