head, tail 적용 방법 정보
head, tail 적용 방법본문
일반 html 파일에 헤드와 테일을 적용하는 방법을 도저히 모르겠네요.
게시판은 정상적으로 붙었는데 일반 html 파일은 안되는군요.
<?
include_once("./_common.php");
include_once("$g4[path]/head_01.php"); // head_01.php는 그루보드 폴더안에 있습니다.
include_once("http://nongeun.kr/about/priest_intro.htm"); // 이곳에 내용이 들어가면 됩니다.
include_once("$g4[path]/foot.php");
?>
메뉴얼을 봐도 잘 이해가 되질 않구요...ㅜㅜ
왜 게시판은 정상적으로 되는데 일반 파일은 안될까요?
게시판은 정상적으로 붙었는데 일반 html 파일은 안되는군요.
<?
include_once("./_common.php");
include_once("$g4[path]/head_01.php"); // head_01.php는 그루보드 폴더안에 있습니다.
include_once("http://nongeun.kr/about/priest_intro.htm"); // 이곳에 내용이 들어가면 됩니다.
include_once("$g4[path]/foot.php");
?>
메뉴얼을 봐도 잘 이해가 되질 않구요...ㅜㅜ
왜 게시판은 정상적으로 되는데 일반 파일은 안될까요?
댓글 전체
include 는 로컬상의 문서만 불러올 수 있습니다