쇼핑몰: 주석 처리 완료

This commit is contained in:
whitedot
2013-07-02 09:48:28 +09:00
parent 10e94623c0
commit 29fd3014ab
2 changed files with 4 additions and 2 deletions

View File

@ -9,6 +9,7 @@ $itemuse_form = "./itemuseform.php?it_id=".$it_id;
$itemuse_formupdate = "./itemuseformupdate.php?it_id=".$it_id;
?>
<!-- 상품 사용후기 시작 { -->
<section id="sit_use_list">
<h3>등록된 사용후기</h3>
@ -166,3 +167,4 @@ $(function(){
});
});
</script>
<!-- } 상품 사용후기 끝 -->