쇼핑몰 테마에서 커뮤니티 사용 안할시 메뉴 html코드 처리

This commit is contained in:
thisgun
2021-02-15 11:06:13 +09:00
parent fbd67fd436
commit fb840b0488
4 changed files with 5 additions and 3 deletions

View File

@ -52,8 +52,8 @@ if(sql_num_rows($hresult)) {
echo '<span class="ev_prd_price">'.display_price(get_price($row2), $row2['it_tel_inq']).'</span></div>'.PHP_EOL;
echo '</li>'.PHP_EOL;
}
echo '<li><a href="'.$href.'" class="sev_more">더보기</a></li>'.PHP_EOL;
if($k > 1) {
echo '<li><a href="'.$href.'" class="sev_more">더보기</a></li>'.PHP_EOL;
echo '</ul>'.PHP_EOL;
}