모바일: #459 마크업 정리 및 헤딩 다이어트

This commit is contained in:
whitedot
2013-05-16 09:21:03 +09:00
parent ade38bab84
commit cdd42a7a40
13 changed files with 101 additions and 158 deletions

View File

@ -156,7 +156,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
</div>
<?php } else {
if($board['bo_use_good'] || $board['bo_use_nogood']) {
?>
?>
<div id="bo_v_act">
<?php if($board['bo_use_good']) { ?><span>추천 <strong><?php echo number_format($view['wr_good']) ?></strong></span><?php } ?>
<?php if($board['bo_use_nogood']) { ?><span>비추천 <strong><?php echo number_format($view['wr_nogood']) ?></strong></span><?php } ?>
@ -164,7 +164,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
<?php
}
}
?>
?>
</section>
<?php