사용자: 갤러리 게시판 일반 게시판 읽기와 똑같게

This commit is contained in:
whitedot
2013-05-28 16:02:56 +09:00
parent e291c399ec
commit 02b5d982eb
2 changed files with 30 additions and 10 deletions

View File

@ -145,6 +145,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
<?php if ($scrap_href || $good_href || $nogood_href) { ?>
<div id="bo_v_act">
<?php if ($scrap_href) { ?><a href="<?php echo $scrap_href; ?>" target="_blank" class="btn_b01" onclick="win_scrap(this.href); return false;">스크랩</a><?php } ?>
<?php if ($good_href) { ?>
<a href="<?php echo $good_href.'&amp;'.$qstr ?>" id="good_button" class="btn_b01">추천 <strong><?php echo number_format($view['wr_good']) ?></strong></a>
<b id="bo_v_act_good"></b>
@ -153,6 +154,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
<a href="<?php echo $nogood_href.'&amp;'.$qstr ?>" id="nogood_button" class="btn_b01">비추천 <strong><?php echo number_format($view['wr_nogood']) ?></strong></a>
<b id="bo_v_act_nogood"></b>
<?php } ?>
</div>
<?php } else {
if($board['bo_use_good'] || $board['bo_use_nogood']) {
@ -167,6 +169,10 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
?>
</article>
<?php
include_once($board_skin_path."/view.sns.skin.php");
?>
<?php
// 코멘트 입출력
include_once('./view_comment.php');