#325 선호도->평점 ... 10점->5점 ... 검색에 평점 높은순 정렬 추가
This commit is contained in:
@ -52,8 +52,8 @@ $qstr = 'page='.$page.'&sort1='.$sort1.'&sort2='.$sort2;
|
||||
<td><?php echo $name; ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">점수</th>
|
||||
<td><?php echo stripslashes($is['is_score']); ?> 점</td>
|
||||
<th scope="row">평점</th>
|
||||
<td><img src="<?php echo G5_URL; ?>/shop/img/s_star<?php echo $is['is_score']; ?>.png"> (<?php echo $is['is_score']; ?>점)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="is_subject">제목</label></th>
|
||||
|
||||
Reference in New Issue
Block a user