[0.1원] 일일이 head 와 tail 을 불러오기 귀찮을때.. > 그누4 팁자료실

그누4 팁자료실

그누보드4와 관련된 팁을 여러분들과 함께 공유하세요.
나누면 즐거움이 커집니다.

[0.1원] 일일이 head 와 tail 을 불러오기 귀찮을때.. 정보

[0.1원] 일일이 head 와 tail 을 불러오기 귀찮을때..

본문

bbs/board_head.php

관리자 페이지에서 상단불러오는곳에 값이 없다면 자동으로 ../head.php 를 인클루드 한다

//원본
if ($board[bo_include_head])
    @include ($board[bo_include_head]);

// 수정
if ($board[bo_include_head]) {
 @include ($board[bo_include_head]);
} else {
 include "../head.php";
}

bbs/board_tail.php

관리자 페이지에서 하단불러오는곳에 값이 없다면 자동으로 ../tail.php 를 인클루드 한다

//원본
if ($board[bo_include_tail])
    @include ($board[bo_include_tail]);

//수정
if ($board[bo_include_tail]) {
 @include ($board[bo_include_tail]);
} else {
 include "../tail.php";
}




추천
3

댓글 5개

adm/board_form.php 에 기본으로 심어두는 방법도 있습니다.

  if ($w == "") {

  //필요한 항목을 추가
    $board[bo_include_head] = "./_head.php";
    $board[bo_include_tail] = "./_tail.php";
    $board[bo_use_list_view] = '1';
    $board[bo_use_dhtml_editor] = '1';
    $board[bo_use_good] = '1';
전체 3,313 |RSS
그누4 팁자료실 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT