헤드 2개, 테일2개가 적용됩니다. 정보
헤드 2개, 테일2개가 적용됩니다.
관련링크
본문
이런 경우는 첨이네요 ㅡ,.ㅡ
헤드 2개, 테일2개가 적용됩니다.
왜 이런현상이 일어나는지 알수있을까요?
*********헤드*********************************************
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/outlogin.lib.php");
include_once("$g4[path]/lib/poll.lib.php");
include_once("$g4[path]/lib/visit.lib.php");
include_once("$g4[path]/lib/connect.lib.php");
include_once("$g4[path]/lib/popular.lib.php");
//print_r2(get_defined_constants());
// 사용자 화면 상단과 좌측을 담당하는 페이지입니다.
// 상단, 좌측 화면을 꾸미려면 이 파일을 수정합니다.
$table_width = 1004;
?>
<!-- 상단 배경 시작 -->
<table border="1" width="655">
<tr>
<td width="133"><span style="font-size:9pt;">로고</span></td>
<td width="505"><span style="font-size:9pt;">메뉴</span></td>
</tr>
<tr>
<td width="133"><span style="font-size:9pt;">왼족메뉴</span></td>
<td width="505"><span style="font-size:9pt;">
*********테일*********************************************
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// 사용자 화면 우측과 하단을 담당하는 페이지입니다.
// 우측, 하단 화면을 꾸미려면 이 파일을 수정합니다.
?>
</span></td>
</tr>
<tr>
<td width="645" colspan="2"><span style="font-size:9pt;">카피라이트</span></td>
</tr>
</table>
<!-- 카피라이트 끝 -->
<?
include_once("$g4[path]/tail.sub.php");
?>
헤드 2개, 테일2개가 적용됩니다.
왜 이런현상이 일어나는지 알수있을까요?
*********헤드*********************************************
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/outlogin.lib.php");
include_once("$g4[path]/lib/poll.lib.php");
include_once("$g4[path]/lib/visit.lib.php");
include_once("$g4[path]/lib/connect.lib.php");
include_once("$g4[path]/lib/popular.lib.php");
//print_r2(get_defined_constants());
// 사용자 화면 상단과 좌측을 담당하는 페이지입니다.
// 상단, 좌측 화면을 꾸미려면 이 파일을 수정합니다.
$table_width = 1004;
?>
<!-- 상단 배경 시작 -->
<table border="1" width="655">
<tr>
<td width="133"><span style="font-size:9pt;">로고</span></td>
<td width="505"><span style="font-size:9pt;">메뉴</span></td>
</tr>
<tr>
<td width="133"><span style="font-size:9pt;">왼족메뉴</span></td>
<td width="505"><span style="font-size:9pt;">
*********테일*********************************************
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// 사용자 화면 우측과 하단을 담당하는 페이지입니다.
// 우측, 하단 화면을 꾸미려면 이 파일을 수정합니다.
?>
</span></td>
</tr>
<tr>
<td width="645" colspan="2"><span style="font-size:9pt;">카피라이트</span></td>
</tr>
</table>
<!-- 카피라이트 끝 -->
<?
include_once("$g4[path]/tail.sub.php");
?>
댓글 전체

include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/tail.sub.php");
지우시고 인쿨루드하세요 ㅋㅋ
include_once("$g4[path]/tail.sub.php");
지우시고 인쿨루드하세요 ㅋㅋ