사용자: 게시판스킨 읽기 이전, 다음 버튼 이전글, 다음글로 문구 변경

This commit is contained in:
whitedot
2013-02-05 15:57:30 +09:00
parent 19eae53162
commit 89ad1ab0a6

View File

@ -88,8 +88,8 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<? if ($prev_href || $next_href) { ?>
<ul class="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><? } ?>
<? 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>
<? } ?>