페이지타이틀 용입니다
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");
}
?>
|
댓글을 작성하시려면 로그인이 필요합니다.
그누4 스킨
5,847건스킨의 저작권은 해당 스킨 제작자님께 있으며, 그누보드의 저작권과 다를 수 있습니다. 스킨 다운로드시 좋아요와 감사의 코멘트를 남기시면 제작자에게 큰 힘이됩니다. ^^y 그누보드와 관련이 있지만 스킨과 빌더가 아니면 플러그인 게시판에 올려주세요.
댓글 2개