#325 선호도->평점 ... 10점->5점 ... 검색에 평점 높은순 정렬 추가

This commit is contained in:
gnuboard
2013-11-14 11:28:32 +09:00
parent daf1606cee
commit ecaf18964d
12 changed files with 86 additions and 45 deletions

View File

@ -1427,6 +1427,13 @@ $(function(){
<?php echo $it['it_time']; ?>
</td>
</tr>
<tr>
<th scope="row">수정일시</th>
<td colspan="2">
<?php echo help("상품을 최종 수정한 시간입니다."); ?>
<?php echo $it['it_update_time']; ?>
</td>
</tr>
<?php } ?>
</tbody>
</table>