if($bo_table != 'notice') { include_once(G5_BBS_PATH.'/_head.php'); }
여기에서 게시판을 3개더 추가 하고싶은데 어떻게해야할까요 ?
|
답변 1개
채택된 답변
+20 포인트
7년 전
if($bo_table != 'notice' && $bo_table != '게시판1' && $bo_table != '게시판2' && $bo_table != '게시판3') { include_once(G5_BBS_PATH.'/_head.php'); }
답변을 작성하려면 로그인이 필요합니다.