그누보드만 봤을 때는 잘 뜨는데, 헤더파일이랑 같이 보면 페이지가 열리지 않아요.
이 헤더파일을 이용한 다른 페이지(그누보드를 쓰지 않는 페이지)들은 잘 열려요.
아래 소스코드가 헤더파일 소스코드 일부인데,.
어디에서 문제가 나올지 알려주세요ㅠㅠ
아님 그누보드를 재설치하고 mysql 복원하면서 지정해줘야할 환경변수라도ㅠㅠㅠ
<?
#########################################################################################################################
switch( $_LEFT['code'] ) :
#########################################################################################################################
// 관리자
case 99 :
#########################################################################################################################
?>
소스코드 생략
<?
#########################################################################################################################
break;
#########################################################################################################################
// 페이지별
default :
#########################################################################################################################
?>
</head>
<body><a name="totop"></a>
<?
if( strpos($_SERVER['PHP_SELF'],"/index.php") !== false ) :
?>
<div id="top_menu" style="background-color:#ffffff;">
<script>MakeFlash('/images/swf_2009/main.swf',900,370);</script>
</div>
<?
else :
?>
<div id="top_menu" style="background-color:#ffffff;">
<script>MakeFlash('/images/swf_2009/<?=$_LEFT['swf']?>.swf',900,220);</script>
</div>
<?
endif;
?>
<?
#########################################################################################################################
break;
#########################################################################################################################
endswitch;
#########################################################################################################################
?>
<?
#########################################################################################################################
## 2번째 테이블
#########################################################################################################################
if($_LEFT['code']=='99') {
$table_2nd_style = "";
} else {
$table_2nd_style = "style=\"background-image:url('/images/main_bg.gif'); background-repeat:repeat-x;\"";
}
?>
<table cellpadding="0" cellspacing="0" border="0" <?=$table_2nd_style?>>
<tr>
<!--<td width="180" valign="top" bgcolor="#ffffff">-->
<td width="220" valign="top">
<?
//----------------------------------------------------------------------------------------------------
// BEGIN : 여기서 LEFT 메뉴페이지를 호출한다.
//----------------------------------------------------------------------------------------------------
include_once $_SERVER['DOCUMENT_ROOT'] . "/html/left.php";
//----------------------------------------------------------------------------------------------------
// END : 여기서 LEFT 메뉴페이지를 호출한다.
//----------------------------------------------------------------------------------------------------
?>
</td>
<?
$_html_td_color = "#eeeeee";
if( strpos($_SERVER['PHP_SELF'],"/index.php") !== false ) $_html_td_color = "#ffffff";
?>
<?
//----------------------------------------------------------------------------------------------------
// 여기는 좌,우 구분용 라인 넣기 (2단째 테이블의 TR(1).TD(2) width:1px
//----------------------------------------------------------------------------------------------------
?>
<td width="1" valign="top" bgcolor="<?=$_html_td_color?>"></td>
<?
//----------------------------------------------------------------------------------------------------
// 여기부터 본문 영역 (2단째 테이블의 TR(1).TD(3)
//----------------------------------------------------------------------------------------------------
?>
<? $_html_td_width = $_html_td_width ? $_html_td_width : "679"; ?>
<td width="<?=$_html_td_width?>" valign="top">
<!-- BEGIN_OF_MAIN_CONTAINER -->
이 헤더파일을 이용한 다른 페이지(그누보드를 쓰지 않는 페이지)들은 잘 열려요.
아래 소스코드가 헤더파일 소스코드 일부인데,.
어디에서 문제가 나올지 알려주세요ㅠㅠ
아님 그누보드를 재설치하고 mysql 복원하면서 지정해줘야할 환경변수라도ㅠㅠㅠ
<?
#########################################################################################################################
switch( $_LEFT['code'] ) :
#########################################################################################################################
// 관리자
case 99 :
#########################################################################################################################
?>
소스코드 생략
<?
#########################################################################################################################
break;
#########################################################################################################################
// 페이지별
default :
#########################################################################################################################
?>
</head>
<body><a name="totop"></a>
<?
if( strpos($_SERVER['PHP_SELF'],"/index.php") !== false ) :
?>
<div id="top_menu" style="background-color:#ffffff;">
<script>MakeFlash('/images/swf_2009/main.swf',900,370);</script>
</div>
<?
else :
?>
<div id="top_menu" style="background-color:#ffffff;">
<script>MakeFlash('/images/swf_2009/<?=$_LEFT['swf']?>.swf',900,220);</script>
</div>
<?
endif;
?>
<?
#########################################################################################################################
break;
#########################################################################################################################
endswitch;
#########################################################################################################################
?>
<?
#########################################################################################################################
## 2번째 테이블
#########################################################################################################################
if($_LEFT['code']=='99') {
$table_2nd_style = "";
} else {
$table_2nd_style = "style=\"background-image:url('/images/main_bg.gif'); background-repeat:repeat-x;\"";
}
?>
<table cellpadding="0" cellspacing="0" border="0" <?=$table_2nd_style?>>
<tr>
<!--<td width="180" valign="top" bgcolor="#ffffff">-->
<td width="220" valign="top">
<?
//----------------------------------------------------------------------------------------------------
// BEGIN : 여기서 LEFT 메뉴페이지를 호출한다.
//----------------------------------------------------------------------------------------------------
include_once $_SERVER['DOCUMENT_ROOT'] . "/html/left.php";
//----------------------------------------------------------------------------------------------------
// END : 여기서 LEFT 메뉴페이지를 호출한다.
//----------------------------------------------------------------------------------------------------
?>
</td>
<?
$_html_td_color = "#eeeeee";
if( strpos($_SERVER['PHP_SELF'],"/index.php") !== false ) $_html_td_color = "#ffffff";
?>
<?
//----------------------------------------------------------------------------------------------------
// 여기는 좌,우 구분용 라인 넣기 (2단째 테이블의 TR(1).TD(2) width:1px
//----------------------------------------------------------------------------------------------------
?>
<td width="1" valign="top" bgcolor="<?=$_html_td_color?>"></td>
<?
//----------------------------------------------------------------------------------------------------
// 여기부터 본문 영역 (2단째 테이블의 TR(1).TD(3)
//----------------------------------------------------------------------------------------------------
?>
<? $_html_td_width = $_html_td_width ? $_html_td_width : "679"; ?>
<td width="<?=$_html_td_width?>" valign="top">
<!-- BEGIN_OF_MAIN_CONTAINER -->
댓글 3개
게시글 목록
| 번호 | 제목 |
|---|---|
| 284508 | |
| 284499 | |
| 284492 | |
| 284490 | |
| 284484 | |
| 284481 | |
| 284478 | |
| 284476 | |
| 284474 | |
| 284472 | |
| 284470 | |
| 284458 | |
| 284457 | |
| 284454 | |
| 284453 | |
| 284447 | |
| 284446 | |
| 284444 | |
| 284441 | |
| 284440 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기