쇼핑몰: 콘텐츠 시작 끝 부분 주석 처리 작업 완료

This commit is contained in:
whitedot
2013-07-01 18:07:58 +09:00
parent c24954cb5f
commit 90b9790463
40 changed files with 167 additions and 19 deletions

View File

@ -27,6 +27,7 @@ if(!mysql_num_rows($result))
die('no-cart');
?>
<!-- 장바구니 옵션 시작 { -->
<form name="foption" method="post" action="<?php echo G4_SHOP_URL; ?>/cartupdate.php" onsubmit="return formcheck(this);">
<input type="hidden" name="act" value="optionmod">
<input type="hidden" name="it_id" value="<?php echo $it['it_id']; ?>">
@ -158,4 +159,5 @@ function formcheck(f)
f.submit();
}
</script>
</script>
<!-- } 장바구니 옵션 끝 -->