쇼핑몰: #115 상품검색결과 테이블 scope 값 부여

This commit is contained in:
whitedot
2013-05-03 11:26:16 +09:00
parent 410e891cac
commit 3ec42c74ee

View File

@ -102,10 +102,10 @@ $total_count = $row['cnt'];
<caption><?php echo $ca_temp?><a href="./list.php?ca_id=<?php echo $save['ca_id']; ?>"><?php echo $row['ca_name']; ?></a> 상품<?php echo $save['cnt']; ?>개</caption>
<thead>
<tr>
<th>이미지</td>
<th>상품명</th>
<th>판매가격</td>
<th>포인트</td>
<th scope="col">이미지</td>
<th scope="col">상품명</th>
<th scope="col">판매가격</td>
<th scope="col">포인트</td>
</tr>
</thead>