diff --git a/shop/newwin.inc.php b/shop/newwin.inc.php index 100cb51d6..b96915f17 100644 --- a/shop/newwin.inc.php +++ b/shop/newwin.inc.php @@ -8,11 +8,35 @@ $result = sql_query($sql); for ($i=0; $row_nw=sql_fetch_array($result); $i++) { // 이미 체크 되었다면 Continue - if ($_COOKIE["ck_notice_{$row_nw['nw_id']}"]) + if ($_COOKIE["ck_popup_{$row_nw['nw_id']}"]) continue; + + $sql = " select * from {$g4['shop_new_win_table']} where nw_id = '{$row_nw['nw_id']}' "; + $nw = sql_fetch($sql); ?> - +
+ + + + + + + +
 
+
+ + \ No newline at end of file