diff --git a/mobile/shop/item.php b/mobile/shop/item.php index f905d1d77..d4ee80301 100644 --- a/mobile/shop/item.php +++ b/mobile/shop/item.php @@ -30,7 +30,7 @@ $ca = sql_fetch($sql); if(!$is_admin) { $msg = shop_member_cert_check($it_id, 'item'); if($msg) - alert($msg); + alert($msg, G5_SHOP_URL); } // 오늘 본 상품 저장 시작 diff --git a/shop/item.php b/shop/item.php index 137b8648f..017832011 100644 --- a/shop/item.php +++ b/shop/item.php @@ -28,7 +28,7 @@ $ca = sql_fetch($sql); if(!$is_admin) { $msg = shop_member_cert_check($it_id, 'item'); if($msg) - alert($msg); + alert($msg, G5_SHOP_URL); } // 오늘 본 상품 저장 시작 diff --git a/shop/list.php b/shop/list.php index b836a2e4a..1e060b23a 100644 --- a/shop/list.php +++ b/shop/list.php @@ -15,7 +15,7 @@ if (!$ca['ca_id']) if(!$is_admin) { $msg = shop_member_cert_check($ca_id, 'list'); if($msg) - alert($msg); + alert($msg, G5_SHOP_URL); } $g5['title'] = $ca['ca_name'].' 상품리스트';