사용자: 게시판스킨 읽기 스타일 재정리

This commit is contained in:
whitedot
2013-01-25 18:03:00 +09:00
parent 80137107a4
commit 0de5a54e2c
2 changed files with 27 additions and 22 deletions

View File

@ -144,20 +144,22 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
include_once('./view_comment.php');
?>
<aside id="bo_v_bot">
<h2>게시물 하단 버튼</h2>
<? if ($prev_href || $next_href) { ?>
<ul id="bo_v_nb">
<? if ($prev_href) { ?><li><a href="<?=$prev_href?>" class="btn02">이전</a></li><? } ?>
<? if ($next_href) { ?><li><a href="<?=$next_href?>" class="btn02">다음</a></li><? } ?>
</ul>
<? } ?>
<!-- 링크 버튼 -->
<?=$link_buttons?>
</aside>
</div>
<aside id="bo_v_bot">
<h2>게시물 하단 버튼</h2>
<? if ($prev_href || $next_href) { ?>
<ul id="bo_v_nb">
<? if ($prev_href) { ?><li><a href="<?=$prev_href?>" class="btn02">이전</a></li><? } ?>
<? if ($next_href) { ?><li><a href="<?=$next_href?>" class="btn02">다음</a></li><? } ?>
</ul>
<? } ?>
<!-- 링크 버튼 -->
<?=$link_buttons?>
</aside>
<script>
function file_download(link, file) {