그누보드 왕초보 입니다. 정보
그누보드 왕초보 입니다.본문
그누보드 왕초보 입니다.
위 주소를 들어가시면 보다시피 상단의 오류들이 생깁니다.
그리고 하단 카피라이터 부분이 생기질 않습니다.
분명히 메인에 있어야할 파일들은 다 존재하거든요.
봐도 봐도 잘 모르겠네요..그누보드는 처음이라서..
잘 아시는 분 답변 부탁드립니다.
댓글 전체
소스 맨 위에
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
include_once("./_head.php");
?>
넣어 보세요. (./ 등은 설치 경로에 따라 다를 수 있음)
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
include_once("./_head.php");
?>
넣어 보세요. (./ 등은 설치 경로에 따라 다를 수 있음)
페이지 최상단
<?
부분에 여백이 들어갔습니다.
체크해보세요..
또한.. headers already sent by 등의 오류구문으로 검색하시면 관련 질문이 아주 많으니..
검색해보시면 원하시는 답변을 금방 찾으실 수 있습니다.
<?
부분에 여백이 들어갔습니다.
체크해보세요..
또한.. headers already sent by 등의 오류구문으로 검색하시면 관련 질문이 아주 많으니..
검색해보시면 원하시는 답변을 금방 찾으실 수 있습니다.
사노라가노라 님..님이 알려주신 소스를 어느 페이지에 넣으라는 말씀인가요?
head.php에 넣긴했는데 에러가 한줄 더 생겼어요.ㅡㅡ.;
그리고 그 밑에 치에 님, <? 부분 어디에 여백 들어갔다는것인지요?
답변 부탁합니다.
그리고 참고로 각 페이지의 소스 부분을 알려드립니다.
====================================================
head.php 파일
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
include_once("./_head.php");
?>
<?
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");
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
//print_r2(get_defined_constants());
// 사용자 화면 상단과 좌측을 담당하는 페이지입니다.
// 상단, 좌측 화면을 꾸미려면 이 파일을 수정합니다.
$table_width = 940;
?>
<!-- 상단 로고 및 플래시 메뉴 시작 -->
<table width="840" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="220"><a href="#"><img src="image/main/logo.png" width="220" height="101" class='png24' border="0"></a></td>
<td width="10"></td>
<td width="610"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="610" height="101">
<param name="movie" value="swf/menu.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed src="swf/menu.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="610" height="101"></embed></object></td>
</tr>
</table>
<!-- 상단 로고 및 플래시 메뉴 끝 -->
<table width="840" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="220" valign="top">
<table width="178" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td height="84"> <?=outlogin("basic"); // 외부 로그인 ?></td>
</tr>
</table>
<table width="178" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td height="135" background="image/main/mail_bg.gif" valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td height="28"></td>
</tr>
<tr>
<td height="19"> <img src="image/main/mail_name.gif" width="108" height="19"></td>
</tr>
<tr>
<td> <input name="name" type="text" size="10" class="box01"></td>
</tr>
<tr>
<td height="19"> <img src="image/main/mail_tel.gif"></td>
</tr>
<tr>
<td> <input name="tel" type="text" size="10" class="box01"></td>
</tr>
<tr>
<td height="22"><div align="center"><img src="image/main/reg_btn.gif" width="66" height="20"></div></td>
</tr>
<tr>
<td height="2"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="16"></td>
</tr>
<tr>
<td><img src="image/main/banner01.gif"></td>
</tr>
<tr>
<td height="16"></td>
</tr>
<tr>
<td valign="top">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td><img src="image/main/guide_t.gif"></td>
</tr>
<tr>
<td><img src="image/main/guide_01.gif"><img src="image/main/guide_02.gif"><img src="image/main/guide_03.gif"></td>
</tr>
<tr>
<td><img src="image/main/guide_bottom.gif"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="15"></td>
</tr>
<tr>
<td><img src="image/main/banner02.gif"></td>
</tr>
<tr>
<td height="12"></td>
</tr>
<!--
<tr>
<td><img src="image/main/banner03.gif"></td>
</tr>
-->
<tr>
<td height="18"></td>
</tr>
<tr>
<td><img src="image/main/banner04.gif"></td>
</tr>
<tr>
<td height="16"></td>
</tr>
<tr>
<td height="53"> <?=visit("basic"); // 방문자수 ?></td>
</tr>
</table>
</td>
<td width="10"></td>
<!-- 중간 시작 -->
<td width="610" valign="top">
<!-- head.php 끝 -->
==========================================================
index.php 파일 부분
<!-- index.php 시작 -->
<? ob_start(); ?>
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
$g4['title'] = "";
include_once("./_head.php");
?>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><img src="image/main/top_main.gif"></td>
</tr>
<tr>
<td colspan="2" height="23"></td>
</tr>
<tr>
<td valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="326" valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><img src="image/main/notice_bar.gif"><img src="image/main/more_bar.gif"></td>
</tr>
<tr>
<td><?= latest("basic", z1_1, 3, 70)?></td>
</tr>
</table>
</td>
<td><div align="right"><img src="image/main/go_online.gif"></div></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="image/main/homeproduct_t.gif"></td>
</tr>
<tr>
<td height="141">플래시 삽입</td>
</tr>
<tr>
<td><img src="image/main/working_t.gif" width="556" height="31"><img src="image/main/more_bar2.gif"></td>
</tr>
<tr>
<td height="182" valign="top"><?= latest("basic", z1_2, 3, 70)?></td>
</tr>
<tr>
<td><img src="image/main/portfolio_t.gif"><img src="image/main/more_bar3.gif"></td>
</tr>
<tr>
<td height="99" valign="top"> <?= latest("basic", z1_3, 3, 70)?></td>
</tr>
<tr>
<td><img src="image/main/dot_line.gif"></td>
</tr>
<tr>
<td valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><img src="image/main/home_01.gif"></td>
<td width="10"></td>
<td><img src="image/main/home_02.gif"></td>
<td width="10"></td>
<td><img src="image/main/home_03.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- index.php 끝 -->
==========================================================
tail.php 부분
<!-- tail.php 시작 -->
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
// 사용자 화면 우측과 하단을 담당하는 페이지입니다.
// 우측, 하단 화면을 꾸미려면 이 파일을 수정합니다.
?>
<table width="100%" cellpadding="0" cellspacing="0" border="0" background="image/main/copy_bg.gif">
<tr>
<td><img src="image/main/copy.gif"></td>
</tr>
</table>
<?
include_once("$g4[path]/tail.sub.php");
?>
===================================================================
문제가되는 head.sub.php 부분.
<?
// 이 파일은 새로운 파일 생성시 반드시 포함되어야 함
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$begin_time = get_microtime();
if (!$g4['title'])
$g4['title'] = $config['cf_title'];
// 쪽지를 받았나?
if ($member['mb_memo_call']) {
$mb = get_member($member[mb_memo_call], "mb_nick");
sql_query(" update {$g4[member_table]} set mb_memo_call = '' where mb_id = '$member[mb_id]' ");
alert($mb[mb_nick]."님으로부터 쪽지가 전달되었습니다.", $_SERVER[REQUEST_URI]);
}
// 현재 접속자
//$lo_location = get_text($g4[title]);
//$lo_location = $g4[title];
// 게시판 제목에 ' 포함되면 오류 발생
$lo_location = addslashes($g4['title']);
if (!$lo_location)
$lo_location = $_SERVER['REQUEST_URI'];
//$lo_url = $g4[url] . $_SERVER['REQUEST_URI'];
$lo_url = $_SERVER['REQUEST_URI'];
if (strstr($lo_url, "/$g4[admin]/") || $is_admin == "super") $lo_url = "";
// 자바스크립트에서 go(-1) 함수를 쓰면 폼값이 사라질때 해당 폼의 상단에 사용하면
// 캐쉬의 내용을 가져옴. 완전한지는 검증되지 않음
header("Content-Type: text/html; charset=$g4[charset]");
$gmnow = gmdate("D, d M Y H:i:s") . " GMT";
header("Expires: 0"); // rfc2616 - Section 14.21
header("Last-Modified: " . $gmnow);
header("Cache-Control: no-store, no-cache, must-revalidate"); // HTTP/1.1
header("Cache-Control: pre-check=0, post-check=0, max-age=0"); // HTTP/1.1
header("Pragma: no-cache"); // HTTP/1.0
?>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=<?=$g4['charset']?>">
<title><?=$g4['title']?></title>
<link href="css/style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.png24 {
tmp:expression(setPng24(this));
}
-->
</style>
<script type="text/javascript">
<!--
function setPng24(obj) {
obj.width=obj.height=1;
obj.className=obj.className.replace(/\bpng24\b/i,'');
obj.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ obj.src +"',sizingMethod='image');"
obj.src='';
return '';
}
-->
</script>
</head>
<script language="javascript">
// 자바스크립트에서 사용하는 전역변수 선언
var g4_path = "<?=$g4['path']?>";
var g4_bbs = "<?=$g4['bbs']?>";
var g4_bbs_img = "<?=$g4['bbs_img']?>";
var g4_url = "<?=$g4['url']?>";
var g4_is_member = "<?=$is_member?>";
var g4_is_admin = "<?=$is_admin?>";
var g4_bo_table = "<?=isset($bo_table)?$bo_table:'';?>";
var g4_sca = "<?=isset($sca)?$sca:'';?>";
var g4_charset = "<?=$g4['charset']?>";
var g4_is_gecko = navigator.userAgent.toLowerCase().indexOf("gecko") != -1;
var g4_is_ie = navigator.userAgent.toLowerCase().indexOf("msie") != -1;
<? if ($is_admin) { echo "var g4_admin = '{$g4['admin']}';"; } ?>
</script>
<script language="javascript" src="<?=$g4['path']?>/js/common.js"></script>
<body topmargin="0" leftmargin="10" <?=isset($g4['body_script']) ? $g4['body_script'] : "";?>>
================================================================
이렇게 됩니다.
head.php에 넣긴했는데 에러가 한줄 더 생겼어요.ㅡㅡ.;
그리고 그 밑에 치에 님, <? 부분 어디에 여백 들어갔다는것인지요?
답변 부탁합니다.
그리고 참고로 각 페이지의 소스 부분을 알려드립니다.
====================================================
head.php 파일
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
include_once("./_head.php");
?>
<?
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");
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
//print_r2(get_defined_constants());
// 사용자 화면 상단과 좌측을 담당하는 페이지입니다.
// 상단, 좌측 화면을 꾸미려면 이 파일을 수정합니다.
$table_width = 940;
?>
<!-- 상단 로고 및 플래시 메뉴 시작 -->
<table width="840" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="220"><a href="#"><img src="image/main/logo.png" width="220" height="101" class='png24' border="0"></a></td>
<td width="10"></td>
<td width="610"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="610" height="101">
<param name="movie" value="swf/menu.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed src="swf/menu.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="610" height="101"></embed></object></td>
</tr>
</table>
<!-- 상단 로고 및 플래시 메뉴 끝 -->
<table width="840" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="220" valign="top">
<table width="178" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td height="84"> <?=outlogin("basic"); // 외부 로그인 ?></td>
</tr>
</table>
<table width="178" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td height="135" background="image/main/mail_bg.gif" valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td height="28"></td>
</tr>
<tr>
<td height="19"> <img src="image/main/mail_name.gif" width="108" height="19"></td>
</tr>
<tr>
<td> <input name="name" type="text" size="10" class="box01"></td>
</tr>
<tr>
<td height="19"> <img src="image/main/mail_tel.gif"></td>
</tr>
<tr>
<td> <input name="tel" type="text" size="10" class="box01"></td>
</tr>
<tr>
<td height="22"><div align="center"><img src="image/main/reg_btn.gif" width="66" height="20"></div></td>
</tr>
<tr>
<td height="2"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="16"></td>
</tr>
<tr>
<td><img src="image/main/banner01.gif"></td>
</tr>
<tr>
<td height="16"></td>
</tr>
<tr>
<td valign="top">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td><img src="image/main/guide_t.gif"></td>
</tr>
<tr>
<td><img src="image/main/guide_01.gif"><img src="image/main/guide_02.gif"><img src="image/main/guide_03.gif"></td>
</tr>
<tr>
<td><img src="image/main/guide_bottom.gif"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="15"></td>
</tr>
<tr>
<td><img src="image/main/banner02.gif"></td>
</tr>
<tr>
<td height="12"></td>
</tr>
<!--
<tr>
<td><img src="image/main/banner03.gif"></td>
</tr>
-->
<tr>
<td height="18"></td>
</tr>
<tr>
<td><img src="image/main/banner04.gif"></td>
</tr>
<tr>
<td height="16"></td>
</tr>
<tr>
<td height="53"> <?=visit("basic"); // 방문자수 ?></td>
</tr>
</table>
</td>
<td width="10"></td>
<!-- 중간 시작 -->
<td width="610" valign="top">
<!-- head.php 끝 -->
==========================================================
index.php 파일 부분
<!-- index.php 시작 -->
<? ob_start(); ?>
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
$g4['title'] = "";
include_once("./_head.php");
?>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><img src="image/main/top_main.gif"></td>
</tr>
<tr>
<td colspan="2" height="23"></td>
</tr>
<tr>
<td valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="326" valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><img src="image/main/notice_bar.gif"><img src="image/main/more_bar.gif"></td>
</tr>
<tr>
<td><?= latest("basic", z1_1, 3, 70)?></td>
</tr>
</table>
</td>
<td><div align="right"><img src="image/main/go_online.gif"></div></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="image/main/homeproduct_t.gif"></td>
</tr>
<tr>
<td height="141">플래시 삽입</td>
</tr>
<tr>
<td><img src="image/main/working_t.gif" width="556" height="31"><img src="image/main/more_bar2.gif"></td>
</tr>
<tr>
<td height="182" valign="top"><?= latest("basic", z1_2, 3, 70)?></td>
</tr>
<tr>
<td><img src="image/main/portfolio_t.gif"><img src="image/main/more_bar3.gif"></td>
</tr>
<tr>
<td height="99" valign="top"> <?= latest("basic", z1_3, 3, 70)?></td>
</tr>
<tr>
<td><img src="image/main/dot_line.gif"></td>
</tr>
<tr>
<td valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><img src="image/main/home_01.gif"></td>
<td width="10"></td>
<td><img src="image/main/home_02.gif"></td>
<td width="10"></td>
<td><img src="image/main/home_03.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- index.php 끝 -->
==========================================================
tail.php 부분
<!-- tail.php 시작 -->
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
// 사용자 화면 우측과 하단을 담당하는 페이지입니다.
// 우측, 하단 화면을 꾸미려면 이 파일을 수정합니다.
?>
<table width="100%" cellpadding="0" cellspacing="0" border="0" background="image/main/copy_bg.gif">
<tr>
<td><img src="image/main/copy.gif"></td>
</tr>
</table>
<?
include_once("$g4[path]/tail.sub.php");
?>
===================================================================
문제가되는 head.sub.php 부분.
<?
// 이 파일은 새로운 파일 생성시 반드시 포함되어야 함
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$begin_time = get_microtime();
if (!$g4['title'])
$g4['title'] = $config['cf_title'];
// 쪽지를 받았나?
if ($member['mb_memo_call']) {
$mb = get_member($member[mb_memo_call], "mb_nick");
sql_query(" update {$g4[member_table]} set mb_memo_call = '' where mb_id = '$member[mb_id]' ");
alert($mb[mb_nick]."님으로부터 쪽지가 전달되었습니다.", $_SERVER[REQUEST_URI]);
}
// 현재 접속자
//$lo_location = get_text($g4[title]);
//$lo_location = $g4[title];
// 게시판 제목에 ' 포함되면 오류 발생
$lo_location = addslashes($g4['title']);
if (!$lo_location)
$lo_location = $_SERVER['REQUEST_URI'];
//$lo_url = $g4[url] . $_SERVER['REQUEST_URI'];
$lo_url = $_SERVER['REQUEST_URI'];
if (strstr($lo_url, "/$g4[admin]/") || $is_admin == "super") $lo_url = "";
// 자바스크립트에서 go(-1) 함수를 쓰면 폼값이 사라질때 해당 폼의 상단에 사용하면
// 캐쉬의 내용을 가져옴. 완전한지는 검증되지 않음
header("Content-Type: text/html; charset=$g4[charset]");
$gmnow = gmdate("D, d M Y H:i:s") . " GMT";
header("Expires: 0"); // rfc2616 - Section 14.21
header("Last-Modified: " . $gmnow);
header("Cache-Control: no-store, no-cache, must-revalidate"); // HTTP/1.1
header("Cache-Control: pre-check=0, post-check=0, max-age=0"); // HTTP/1.1
header("Pragma: no-cache"); // HTTP/1.0
?>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=<?=$g4['charset']?>">
<title><?=$g4['title']?></title>
<link href="css/style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.png24 {
tmp:expression(setPng24(this));
}
-->
</style>
<script type="text/javascript">
<!--
function setPng24(obj) {
obj.width=obj.height=1;
obj.className=obj.className.replace(/\bpng24\b/i,'');
obj.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ obj.src +"',sizingMethod='image');"
obj.src='';
return '';
}
-->
</script>
</head>
<script language="javascript">
// 자바스크립트에서 사용하는 전역변수 선언
var g4_path = "<?=$g4['path']?>";
var g4_bbs = "<?=$g4['bbs']?>";
var g4_bbs_img = "<?=$g4['bbs_img']?>";
var g4_url = "<?=$g4['url']?>";
var g4_is_member = "<?=$is_member?>";
var g4_is_admin = "<?=$is_admin?>";
var g4_bo_table = "<?=isset($bo_table)?$bo_table:'';?>";
var g4_sca = "<?=isset($sca)?$sca:'';?>";
var g4_charset = "<?=$g4['charset']?>";
var g4_is_gecko = navigator.userAgent.toLowerCase().indexOf("gecko") != -1;
var g4_is_ie = navigator.userAgent.toLowerCase().indexOf("msie") != -1;
<? if ($is_admin) { echo "var g4_admin = '{$g4['admin']}';"; } ?>
</script>
<script language="javascript" src="<?=$g4['path']?>/js/common.js"></script>
<body topmargin="0" leftmargin="10" <?=isset($g4['body_script']) ? $g4['body_script'] : "";?>>
================================================================
이렇게 됩니다.
head.php
<?
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;
?>
내용
index.php
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
$g4['title'] = "";
include_once("./_head.php");
?>
내용
<?
include_once("./_tail.php");
?>
tail.php
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// 사용자 화면 우측과 하단을 담당하는 페이지입니다.
// 우측, 하단 화면을 꾸미려면 이 파일을 수정합니다.
?>
내용
<?
include_once("$g4[path]/tail.sub.php");
?>
<?
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;
?>
내용
index.php
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
$g4['title'] = "";
include_once("./_head.php");
?>
내용
<?
include_once("./_tail.php");
?>
tail.php
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// 사용자 화면 우측과 하단을 담당하는 페이지입니다.
// 우측, 하단 화면을 꾸미려면 이 파일을 수정합니다.
?>
내용
<?
include_once("$g4[path]/tail.sub.php");
?>