상품개수 출력 코드 삭제

This commit is contained in:
chicpro
2013-08-05 16:45:07 +09:00
parent e625f63d19
commit 269eff7ac2

View File

@ -10,9 +10,6 @@ $sct_sort_href .= '&ev_id='.$ev_id.'&sort=';
<!-- 상품 정렬 선택 시작 { -->
<section id="sct_sort">
<h2>상품 정렬</h2>
<div>
상품 <b><?php echo number_format($total_count); ?></b>개
</div>
<ul>
<li><a href="<?php echo $sct_sort_href; ?>it_price&amp;sortodr=asc" class="btn01">낮은가격순</a></li>