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

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

@ -7,6 +7,7 @@ $tv_div['img_height'] = 70;
$tv_div['img_length'] = 3; // 한번에 보여줄 이미지 수
?>
<!-- 오늘 본 상품 시작 { -->
<div id="stv_list">
<h2>
오늘 본 상품
@ -109,4 +110,5 @@ $(window).scroll(function() {
<!--[if lte IE 6]>
<script src="<?php echo G4_JS_URL ?>/scroll_oldie.js"></script>
<![endif]-->
<![endif]-->
<!-- } 오늘 본 상품 끝 -->