관리자: 게시판 설정 TABLE 링크 스타일 버튼화

This commit is contained in:
whitedot
2013-03-08 16:46:31 +09:00
parent e6c56ac9a1
commit ffefa1812b

View File

@ -131,8 +131,8 @@ $pg_anchor = "<ul class=\"anchor\">
<? if ($w == '') { ?>
영문자, 숫자, _ 만 가능 (공백없이 20자 이내)
<? } else { ?>
<a href="<?=G4_BBS_URL?>/board.php?bo_table=<?=$board['bo_table']?>" style="display:inline-block;margin-right:10px">게시판 바로가기</a>
<a href="./board_list.php">목록으로</a>
<a href="<?=G4_BBS_URL?>/board.php?bo_table=<?=$board['bo_table']?>" class="btn_frmline">게시판 바로가기</a>
<a href="./board_list.php" class="btn_frmline">목록으로</a>
<? } ?>
</td>
</tr>