그누보드의 write.skin.php를 보면 목록 부분이 다음처럼 되어 있습니다.
<a href="./board.php?bo_table=<?=$bo_table?>&page=<?=$page?>">
list.php, view.php에서는 $list_href를 만들면서, write.php에서는 그걸 안했던거죠.
그래서 bbs/write.php에 $list_href를 추가 했고,
코드가 이렇게 줄어 들었습니다.
<a href="<?=$list_href?>">
- opencode.co.kr -