글쓰기 부분만 상단 하단 파일을 다르게 할수 있을까요? 정보
글쓰기 부분만 상단 하단 파일을 다르게 할수 있을까요?
본문
관리자화면에서 게시판 설정에 보면 특정게시판의 상단 하단 파일경로을 지정하는곳이
있습니다.
이때 글쓰기 부분만 상단 하단 파일경로를 다르게 하고싶어서
bbs/board_head.php를
if($bo_table == '특정게시판' && $w == ''){
include "$g4[path]/aaa.php";
}else if ($board[bo_include_head]) {
@include ($board[bo_include_head]);
}
include "$g4[path]/aaa.php";
}else if ($board[bo_include_head]) {
@include ($board[bo_include_head]);
}
라고 고쳤더니 전혀 먹히질 않더군요.
고수님들의 힌트 부탁드립니다.^^
댓글 전체
bbs/write.php에서 해 보셨나요?

고맙습니다. write.php는 생각못했군요..덕분에 해결됐습니다.^^