$sub_menu = "400730"; include_once("./_common.php"); auth_check($auth[$sub_menu], "w"); $html_title = "배너"; if ($w=="u") { $html_title .= " 수정"; $sql = " select * from $g4[yc4_banner_table] where bn_id = '$bn_id' "; $bn = sql_fetch($sql); } else { $html_title .= " 입력"; $bn[bn_url] = "http://"; $bn[bn_begin_time] = date("Y-m-d 00:00:00", time()); $bn[bn_end_time] = date("Y-m-d 00:00:00", time()+(60*60*24*31)); } $g4[title] = $html_title; include_once(G4_ADMIN_PATH."/admin.head.php"); ?> =subtitle($html_title)?>
include_once(G4_ADMIN_PATH."/admin.tail.php"); ?>