사용자: 게시판스킨 읽기 게시물관련버튼 마크업 수정

This commit is contained in:
whitedot
2013-01-30 13:53:11 +09:00
parent 60ff882784
commit 4841f6e843
2 changed files with 6 additions and 6 deletions

View File

@ -78,7 +78,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
</section>
<? } ?>
<aside id="bo_v_top">
<nav id="bo_v_top">
<h2>게시물 상단 버튼</h2>
<?
ob_start();
@ -97,7 +97,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$link_buttons = ob_get_contents();
ob_end_flush();
?>
</aside>
</nav>
<article id="bo_v_atc">
<header>
@ -133,7 +133,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
include_once('./view_comment.php');
?>
<aside id="bo_v_bot">
<nav id="bo_v_bot">
<h2>게시물 하단 버튼</h2>
<? if ($prev_href || $next_href) { ?>
<ul id="bo_v_nb">
@ -144,7 +144,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<!-- 링크 버튼 -->
<?=$link_buttons?>
</aside>
</nav>
</div>