크게 작게 인쇄

[PHP]인터넷 상단 주소 고정하기

현재 그누보드 index.php파일을 index1.php로 변경을 하고 

index.php에 아래와 같이 입력을 하시면 됩니다. 
<? 
define("_MW_INDEX_", TRUE); // index 파일 
include_once("./_common.php"); 
?> 
<html> 
<head> 
<meta http-equiv="content-type" content="text/html; charset=<?=$g4['charset']?>"> 
<title><?=$g4['title']?></title> 
<frameset rows="1*"> 
<frame src="<?=$g4['path']?>/index1.php" marginwidth="0" marginheight="0"> 
</frameset> 
</head>

자신의 홈피에 맞게 빨간 부분 변경



※ 로그인 하시면 원본파일을 볼 수 있습니다. ※

0
코멘트 0
자동등록방지 코드