2.63 으로 원프레임 구조의 파일을 만들 경우
<?
$gnu_path = "그누보드로의 상대경로";
include($gnu_path . 'config.php');
include($gnu_path . 'lib.php');
$html_title = "HTML 제목";
include($gnu_path . 'head.sub.php');
include($gnu_path . 'head.php');
?>
내용
<?
include($gnu_path . 'tail.php');
include($gnu_path . 'tail.sub.php');
?>
$gnu_path = "그누보드로의 상대경로";
include($gnu_path . 'config.php');
include($gnu_path . 'lib.php');
$html_title = "HTML 제목";
include($gnu_path . 'head.sub.php');
include($gnu_path . 'head.php');
?>
내용
<?
include($gnu_path . 'tail.php');
include($gnu_path . 'tail.sub.php');
?>
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기
댓글 7개
창원에서 수고핫비시요라는 말 못들어 본거 같은데 ~~ㅎㅎ
수고핫비시요..
2등!
include($gnu_path . 'head.php');
include($gnu_path . 'tail.php');
만 삭제하시면 됩니다.