사용자: 새창 버튼 클래스명

This commit is contained in:
whitedot
2013-01-15 15:55:51 +09:00
parent 67004f027a
commit 8ae330066a
10 changed files with 16 additions and 19 deletions

View File

@ -24,7 +24,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<?=conv_content($memo[me_memo], 0)?>
</p>
</section>
<div class="btn_window">
<div class="btn_win">
<a href="<?=$prev_link?>">이전쪽지</a>
<a href="<?=$next_link?>">다음쪽지</a>
<? if ($kind == 'recv') { ?><a href="./memo_form.php?me_recv_mb_id=<?=$mb[mb_id]?>&amp;me_id=<?=$memo[me_id]?>">답장</a><? } ?>