링크를 걸어도 연결한 페이지로 이동을 안합니다 ㅠㅠ
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 :
안녕하세요~!
영어 페이지가 있고, 한글페이지로 연결하려고 하면 다시 그 영어페이지로 연결됩니다.
메인 화면은 잘 연결이 되는데 서브페이지를 선택하면 다시 영어 페이지로 변경이됩니다.
ㅠㅠ 어디서 오류인지 모르겠습니다.
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td align="center">
<table cellpadding="0" cellspacing="0" border="0" width="950">
<tr>
<td><a href="<?=$g4['path']?>"><img src="<?=$g4['path']?>/image/logo.png" border="0"></td></td>
<td><img src="<?=$g4['path']?>/image/mm_bar.jpg"></td>
<td><a href="<?=$g4['path']?>"><img src="<?=$g4['path']?>/image/mm_1_<?if($_SERVER['REQUEST_URI'] == "/") echo "on"; else echo "off"?>.jpg" border="0"></a></td>
<td><img src="<?=$g4['path']?>/image/mm_bar.jpg"></td>
<td><a href="<?=$g4['path']?></?Page=p01c01_eng"><img src="<?=$g4['path']?>/image/mm_2_<?if($_SERVER['REQUEST_URI'] == "/?Page=p01c01") echo "on"; else echo "off"?>.jpg" border="0"></a></td>
<td><img src="<?=$g4['path']?>/image/mm_bar.jpg"></td>
<td><a href="<?=$g4['path']?>/?Page=p02c01_eng"><img src="<?=$g4['path']?>/image/mm_3_<?if($_SERVER['REQUEST_URI'] == "/?Page=p02c01" || $_SERVER['REQUEST_URI'] == "/?Page=p02c02" || $_SERVER['REQUEST_URI'] == "/?Page=p02c03" || $_SERVER['REQUEST_URI'] == "/?Page=p02c04" || $_SERVER['REQUEST_URI'] == "/?Page=p02c05" || $_SERVER['REQUEST_URI'] == "/?Page=p02c06") echo "on"; else echo "off"?>.jpg" border="0"></a></td>
<td><img src="<?=$g4['path']?>/image/mm_bar.jpg"></td>
<td><a href="<?=$g4['path']?>/?Page=p03c01_eng"><img src="<?=$g4['path']?>/image/mm_4_<?if($_SERVER['REQUEST_URI'] == "/?Page=p03c01") echo "on"; else echo "off"?>.jpg" border="0"></a></td>
<td><img src="<?=$g4['path']?>/image/mm_bar.jpg"></td>
<td><a href="<?=$g4['path']?>/?Page=p04c01_eng"><img src="<?=$g4['path']?>/image/mm_5_<?if($_SERVER['REQUEST_URI'] == "/?Page=p04c01") echo "on"; else echo "off"?>.png" border="0"></a></td>
</tr>
<tr>
<td colspan="11"><img src="<?=$g4['path']?>/image/top_bg_bar.png"></td>
</tr>
</table>
</td>
</tr>
</table>
어디에서 잘못된건가요? ㅠㅠ 너무 어렵습니다.
도와주세요 ㅠㅠ!
오류 주소 :
안녕하세요~!
영어 페이지가 있고, 한글페이지로 연결하려고 하면 다시 그 영어페이지로 연결됩니다.
메인 화면은 잘 연결이 되는데 서브페이지를 선택하면 다시 영어 페이지로 변경이됩니다.
ㅠㅠ 어디서 오류인지 모르겠습니다.
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td align="center">
<table cellpadding="0" cellspacing="0" border="0" width="950">
<tr>
<td><a href="<?=$g4['path']?>"><img src="<?=$g4['path']?>/image/logo.png" border="0"></td></td>
<td><img src="<?=$g4['path']?>/image/mm_bar.jpg"></td>
<td><a href="<?=$g4['path']?>"><img src="<?=$g4['path']?>/image/mm_1_<?if($_SERVER['REQUEST_URI'] == "/") echo "on"; else echo "off"?>.jpg" border="0"></a></td>
<td><img src="<?=$g4['path']?>/image/mm_bar.jpg"></td>
<td><a href="<?=$g4['path']?></?Page=p01c01_eng"><img src="<?=$g4['path']?>/image/mm_2_<?if($_SERVER['REQUEST_URI'] == "/?Page=p01c01") echo "on"; else echo "off"?>.jpg" border="0"></a></td>
<td><img src="<?=$g4['path']?>/image/mm_bar.jpg"></td>
<td><a href="<?=$g4['path']?>/?Page=p02c01_eng"><img src="<?=$g4['path']?>/image/mm_3_<?if($_SERVER['REQUEST_URI'] == "/?Page=p02c01" || $_SERVER['REQUEST_URI'] == "/?Page=p02c02" || $_SERVER['REQUEST_URI'] == "/?Page=p02c03" || $_SERVER['REQUEST_URI'] == "/?Page=p02c04" || $_SERVER['REQUEST_URI'] == "/?Page=p02c05" || $_SERVER['REQUEST_URI'] == "/?Page=p02c06") echo "on"; else echo "off"?>.jpg" border="0"></a></td>
<td><img src="<?=$g4['path']?>/image/mm_bar.jpg"></td>
<td><a href="<?=$g4['path']?>/?Page=p03c01_eng"><img src="<?=$g4['path']?>/image/mm_4_<?if($_SERVER['REQUEST_URI'] == "/?Page=p03c01") echo "on"; else echo "off"?>.jpg" border="0"></a></td>
<td><img src="<?=$g4['path']?>/image/mm_bar.jpg"></td>
<td><a href="<?=$g4['path']?>/?Page=p04c01_eng"><img src="<?=$g4['path']?>/image/mm_5_<?if($_SERVER['REQUEST_URI'] == "/?Page=p04c01") echo "on"; else echo "off"?>.png" border="0"></a></td>
</tr>
<tr>
<td colspan="11"><img src="<?=$g4['path']?>/image/top_bg_bar.png"></td>
</tr>
</table>
</td>
</tr>
</table>
어디에서 잘못된건가요? ㅠㅠ 너무 어렵습니다.
도와주세요 ㅠㅠ!
댓글 4개
12년 전
소스 아래 위에 인클루드 되는 것들이 없나요?
ddudding
12년 전
<?
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("$g4[path]/lib/latest.lib.php");
//print_r2(get_defined_constants());
// 사용자 화면 상단과 좌측을 담당하는 페이지입니다.
// 상단, 좌측 화면을 꾸미려면 이 파일을 수정합니다.
?>
<body background="<?=$g4['path']?>/image/bg.png">
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="92" background="<?=$g4['path']?>/image/bg_top.gif">
<tr><td></td></tr></table>
<table cellpadding="0" cellspacing="0" border="0" height="75"><tr><td></td></tr></table>
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="0" bgcolor="#ffffff"></table>
<div style='position:absolute; left:0px; top:48px; width:100%; z-index:1;'>
<table style="width:200; margin-left:1230;">
<!--<caption>테이블</caption>-->
<thead style="font-size:15px; font-family:Arial, Helvetica, sans-serif;">
<tr align="right">
<th width="66"><img src="image/us.jpg" width="19" height="11" alt="us" /><a href="index.php" style="text-decoration:none; color:#333;"> US</a></th>
<th width="67"><img src="image/kr.jpg" width="19" height="10" alt="kr" /><a href="index_kor.php" style="text-decoration:none; color:#333;"> KR</a></th>
<th width="66"><img src="image/ru.jpg" width="17" height="10" alt="ru" /><a href="#" style="text-decoration:none; color:#333;"> RU</a></th>
</tr>
</thead>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td align="center">
<table cellpadding="0" cellspacing="0" border="0" width="950">
<tr>
<td><a href="<?=$g4['path']?>"><img src="<?=$g4['path']?>/image/logo.png" border="0"></td></td>
<td><img src="<?=$g4['path']?>/image/mm_bar.jpg"></td>
<td><a href="<?=$g4['path']?>"><img src="<?=$g4['path']?>/image/mm_1_<?if($_SERVER['REQUEST_URI'] == "/") echo "on"; else echo "off"?>.jpg" border="0"></a></td>
<td><img src="<?=$g4['path']?>/image/mm_bar.jpg"></td>
<td><a href="<?=$g4['path']?>/?Page=p01c01"><img src="<?=$g4['path']?>/image/mm_2_<?if($_SERVER['REQUEST_URI'] == "/?Page=p01c01") echo "on"; else echo "off"?>.jpg" border="0"></a></td>
<td><img src="<?=$g4['path']?>/image/mm_bar.jpg"></td>
<td><a href="<?=$g4['path']?>/?Page=p02c01"><img src="<?=$g4['path']?>/image/mm_3_<?if($_SERVER['REQUEST_URI'] == "/?Page=p02c01" || $_SERVER['REQUEST_URI'] == "/?Page=p02c02" || $_SERVER['REQUEST_URI'] == "/?Page=p02c03" || $_SERVER['REQUEST_URI'] == "/?Page=p02c04" || $_SERVER['REQUEST_URI'] == "/?Page=p02c05" || $_SERVER['REQUEST_URI'] == "/?Page=p02c06") echo "on"; else echo "off"?>.jpg" border="0"></a></td>
<td><img src="<?=$g4['path']?>/image/mm_bar.jpg"></td>
<td><a href="<?=$g4['path']?>/?Page=p03c01"><img src="<?=$g4['path']?>/image/mm_4_<?if($_SERVER['REQUEST_URI'] == "/?Page=p03c01") echo "on"; else echo "off"?>.jpg" border="0"></a></td>
<td><img src="<?=$g4['path']?>/image/mm_bar.jpg"></td>
<td><a href="<?=$g4['path']?>/?Page=p04c01"><img src="<?=$g4['path']?>/image/mm_5_<?if($_SERVER['REQUEST_URI'] == "/?Page=p04c01") echo "on"; else echo "off"?>.png" border="0"></a></td>
</tr>
<tr>
<td colspan="11"><img src="<?=$g4['path']?>/image/top_bg_bar.png"></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
이것입니다 ㅠㅠ
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("$g4[path]/lib/latest.lib.php");
//print_r2(get_defined_constants());
// 사용자 화면 상단과 좌측을 담당하는 페이지입니다.
// 상단, 좌측 화면을 꾸미려면 이 파일을 수정합니다.
?>
<body background="<?=$g4['path']?>/image/bg.png">
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="92" background="<?=$g4['path']?>/image/bg_top.gif">
<tr><td></td></tr></table>
<table cellpadding="0" cellspacing="0" border="0" height="75"><tr><td></td></tr></table>
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="0" bgcolor="#ffffff"></table>
<div style='position:absolute; left:0px; top:48px; width:100%; z-index:1;'>
<table style="width:200; margin-left:1230;">
<!--<caption>테이블</caption>-->
<thead style="font-size:15px; font-family:Arial, Helvetica, sans-serif;">
<tr align="right">
<th width="66"><img src="image/us.jpg" width="19" height="11" alt="us" /><a href="index.php" style="text-decoration:none; color:#333;"> US</a></th>
<th width="67"><img src="image/kr.jpg" width="19" height="10" alt="kr" /><a href="index_kor.php" style="text-decoration:none; color:#333;"> KR</a></th>
<th width="66"><img src="image/ru.jpg" width="17" height="10" alt="ru" /><a href="#" style="text-decoration:none; color:#333;"> RU</a></th>
</tr>
</thead>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td align="center">
<table cellpadding="0" cellspacing="0" border="0" width="950">
<tr>
<td><a href="<?=$g4['path']?>"><img src="<?=$g4['path']?>/image/logo.png" border="0"></td></td>
<td><img src="<?=$g4['path']?>/image/mm_bar.jpg"></td>
<td><a href="<?=$g4['path']?>"><img src="<?=$g4['path']?>/image/mm_1_<?if($_SERVER['REQUEST_URI'] == "/") echo "on"; else echo "off"?>.jpg" border="0"></a></td>
<td><img src="<?=$g4['path']?>/image/mm_bar.jpg"></td>
<td><a href="<?=$g4['path']?>/?Page=p01c01"><img src="<?=$g4['path']?>/image/mm_2_<?if($_SERVER['REQUEST_URI'] == "/?Page=p01c01") echo "on"; else echo "off"?>.jpg" border="0"></a></td>
<td><img src="<?=$g4['path']?>/image/mm_bar.jpg"></td>
<td><a href="<?=$g4['path']?>/?Page=p02c01"><img src="<?=$g4['path']?>/image/mm_3_<?if($_SERVER['REQUEST_URI'] == "/?Page=p02c01" || $_SERVER['REQUEST_URI'] == "/?Page=p02c02" || $_SERVER['REQUEST_URI'] == "/?Page=p02c03" || $_SERVER['REQUEST_URI'] == "/?Page=p02c04" || $_SERVER['REQUEST_URI'] == "/?Page=p02c05" || $_SERVER['REQUEST_URI'] == "/?Page=p02c06") echo "on"; else echo "off"?>.jpg" border="0"></a></td>
<td><img src="<?=$g4['path']?>/image/mm_bar.jpg"></td>
<td><a href="<?=$g4['path']?>/?Page=p03c01"><img src="<?=$g4['path']?>/image/mm_4_<?if($_SERVER['REQUEST_URI'] == "/?Page=p03c01") echo "on"; else echo "off"?>.jpg" border="0"></a></td>
<td><img src="<?=$g4['path']?>/image/mm_bar.jpg"></td>
<td><a href="<?=$g4['path']?>/?Page=p04c01"><img src="<?=$g4['path']?>/image/mm_5_<?if($_SERVER['REQUEST_URI'] == "/?Page=p04c01") echo "on"; else echo "off"?>.png" border="0"></a></td>
</tr>
<tr>
<td colspan="11"><img src="<?=$g4['path']?>/image/top_bg_bar.png"></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
이것입니다 ㅠㅠ
12년 전
가운데 오타가 있네요..
<a href="<?=$g4['path']?></?Page=p01c01_eng"> 를
<a href="<?=$g4['path']?>/?Page=p01c01_eng">로 수정...
<a href="<?=$g4['path']?></?Page=p01c01_eng"> 를
<a href="<?=$g4['path']?>/?Page=p01c01_eng">로 수정...
ddudding
12년 전
감사합니다~! 오타가 있었네요~! 아기가 너무 예쁩니다~!
게시판 목록
그누5 질답
그누보드5 버전에 대한 질문을 할 수 있습니다.
쪽지나 메일로 해결해 주겠다는 답변은 정상적인 답변으로 보기 어려우므로 신고해 주시기 바랍니다.
쪽지나 메일로 해결해 주겠다는 답변은 정상적인 답변으로 보기 어려우므로 신고해 주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 943 | 12년 전 | 707 | ||
| 942 |
eLake
|
12년 전 | 471 | |
| 941 |
jpsang
|
12년 전 | 395 | |
| 940 | 12년 전 | 670 | ||
| 939 | 12년 전 | 594 | ||
| 938 | 12년 전 | 391 | ||
| 937 |
nhn00
|
12년 전 | 317 | |
| 936 | 12년 전 | 425 | ||
| 935 |
봉보로봉봉
|
12년 전 | 405 | |
| 934 |
토렌트비슷하게만들게
|
12년 전 | 638 | |
| 933 | 12년 전 | 1166 | ||
| 932 | 12년 전 | 509 | ||
| 931 |
yky4589
|
12년 전 | 420 | |
| 930 | 12년 전 | 736 | ||
| 929 | 12년 전 | 691 | ||
| 928 | 12년 전 | 453 | ||
| 927 |
eLake
|
12년 전 | 748 | |
| 926 | 12년 전 | 456 | ||
| 925 |
ckkim
|
12년 전 | 441 | |
| 924 | 12년 전 | 419 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기