페이지타이틀 용입니다 정보
게시판 페이지타이틀 용입니다첨부파일
본문
1.불러올곳의 페이지 상단에 $top_number = 1; 과 $top_number = 2; 와 같이 소스 추가
<?
include_once("./_common.php");
$top_number = 3;
?>
2.title_name.php 는 게시판일 경우 그룹명 테이블명 자동출력입니다
3.불러올곳에 아래와 같이 소스추가하세요
<?
if ($top_number == 1){ // A페이지
include_once("$g4[path]/include/title_name_1.php");
}else if ($top_number == 2){ // B페이지
include_once("$g4[path]/include/title_name_2.php");
}else{ //지정없으면 출력
include_once("$g4[path]/include/title_name.php");
}
?>
<?
include_once("./_common.php");
$top_number = 3;
?>
2.title_name.php 는 게시판일 경우 그룹명 테이블명 자동출력입니다
3.불러올곳에 아래와 같이 소스추가하세요
<?
if ($top_number == 1){ // A페이지
include_once("$g4[path]/include/title_name_1.php");
}else if ($top_number == 2){ // B페이지
include_once("$g4[path]/include/title_name_2.php");
}else{ //지정없으면 출력
include_once("$g4[path]/include/title_name.php");
}
?>
추천
2
2
댓글 전체
빌더 공부중인데...감사합니다.
감사합니다...^^
