쇼핑몰: 콘텐츠 시작 끝 부분 주석 처리 작업 완료
This commit is contained in:
@ -7,6 +7,7 @@ if($skin)
|
||||
$sct_sort_href .= '&ev_id='.$ev_id.'&sort=';
|
||||
?>
|
||||
|
||||
<!-- 상품 정렬 선택 시작 { -->
|
||||
<section id="sct_sort">
|
||||
<h2>상품 정렬</h2>
|
||||
<div>
|
||||
@ -23,4 +24,5 @@ $sct_sort_href .= '&ev_id='.$ev_id.'&sort=';
|
||||
<li><a href="<?php echo $sct_sort_href; ?>it_type4&sortodr=desc" class="btn01">인기상품</a></li>
|
||||
<li><a href="<?php echo $sct_sort_href; ?>it_type5&sortodr=desc" class="btn01">할인상품</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
</section>
|
||||
<!-- } 상품 정렬 선택 끝 -->
|
||||
Reference in New Issue
Block a user