사용자,모바일: 게시판스킨 추천, 비추천 스타일 완료

This commit is contained in:
whitedot
2013-03-08 17:24:45 +09:00
parent 2f3282a50f
commit 83732d396a
6 changed files with 12 additions and 8 deletions

View File

@ -146,11 +146,11 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
<? if ($good_href) {?>
<a href="<?=$good_href.'&amp;'.$qstr?>" id="good_button" class="btn_b01">추천 <strong><?=number_format($view['wr_good'])?></strong></a>
<span id="bo_v_act_good"></span>
<b id="bo_v_act_good"></b>
<? } ?>
<? if ($nogood_href) {?>
<a href="<?=$nogood_href.'&amp;'.$qstr?>" id="nogood_button" class="btn_b01">비추천 <strong><?=number_format($view['wr_nogood'])?></strong></a>
<span id="bo_v_act_nogood"></span>
<b id="bo_v_act_nogood"></b>
<? } ?>
</div>