head.php 문제입니다... 메인화면에서만 출력이안됩니다 > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

head.php 문제입니다... 메인화면에서만 출력이안됩니다 정보

head.php 문제입니다... 메인화면에서만 출력이안됩니다

본문

좌,상단 페이지로 꾸미는 head.php에

지금 예로 hi.php라는 페이지를 출력시키고 싶습니다.

어떻게하면 되는지.. 한말씀 부탁드립니다.

다른 게시판에는 작동이되고 보이는데 유독 index에서만

인덱스.php와 tail.php만 출력되고 상좌단은 출력이되지않습니다..

Hi.php에 head.php에 들어가야할 내용이 들어가있는데

이걸  어떻게 index페이지에서 head로 불러오나요?


이하는 head.php부분입니다

www.wasedaigl.com

메인페이지는 이모양인데... 다른 게시판쪽으로가면 프레임이 정상적으로 뜹니다...


<?
$g4_path="../gnuboard4";
include_once("$g4_path/common.php");
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/latest.lib.php");
include_once("$g4[path]/lib/outlogin.lib.php");
?>
<table border="0" cellpadding="0" cellspacing="0" align="center">
                <tr>
                    <td colspan="6"><img src="http://www.wasedaigl.com/images/maintop.jpg" width="734" height="313" border="0"></td>
                </tr>
                <tr>
                    <td height="30" width="731" colspan="6"></td>                       

                        <p><?php echo outlogin("cj_login"); ?></p>
</tr>
</table>



이하는 hi.php 부분이구요
<?
$g4_path="../gnuboard4";
include_once("$g4_path/common.php");
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/latest.lib.php");
include_once("$g4[path]/lib/outlogin.lib.php");
?>
<html>

<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>제목 없음</title>

</head>

<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">

<table border="0" cellpadding="0" cellspacing="0" width="1024" align="center">
    <tr>
        <td width="1024" colspan="2"><script>doc_write(flash_movie("/images/menu.swf", "ids",1024,120,"transparent"));</script></td>
    </tr>
    <tr>
        <td width="128" valign="top">

            <table border="0" width="290" cellpadding="0" cellspacing="0">
                <tr>
                    <td> <img src="http://www.wasedaigl.com/images/leftback.jpg" width="290" height="220" border="0"></td>
                </tr>
                <tr>
                    <td> <img src="http://www.wasedaigl.com/images/haeundae.jpg" width="290" height="79" border="0"></td>
                </tr>
                <tr>
                    <td><img src="http://www.wasedaigl.com/images/seomyon.jpg" width="290" height="72" border="0"></td>
                </tr>
                <tr>
                    <td><img src="http://www.wasedaigl.com/images/gangnam.jpg" width="290" height="72" border="0"></td>
                </tr>
                <tr>
                    <td><img src="http://www.wasedaigl.com/images/ilsan.jpg" width="290" height="73" border="0"></td>
                </tr>
                <tr>
                    <td><img src="http://www.wasedaigl.com/images/budang.jpg" width="290" height="73" border="0"></td>
                </tr>
                <tr>
                    <td><img src="http://www.wasedaigl.com/images/bucheon.jpg" width="290" height="76" border="0"></td>
                </tr>
                <tr>
                    <td><img src="http://www.wasedaigl.com/images/help.jpg" width="290" height="188" border="0"></td>
                </tr>
            </table>
</td>
        <td valign="top">
            <table border="0" cellpadding="0" cellspacing="0">
                <tr>
                    <td><img src="http://www.wasedaigl.com/images/maintop.jpg" width="734" height="313" border="0"></td>
                </tr>
                <tr>
                    <td height="30" width="731">                       

                        <p>&nbsp;</p>
</td>
                </tr>
                <tr>
                    <td width="769" height="442">                       
                        <p><img src="http://www.wasedaigl.com/images/hi.jpg" border="0"></p>
</td>
                </tr>
            </table>
</td>
    </tr>
    <tr>
        <td colspan="2"><img src="http://www.wasedaigl.com/images/bottom.jpg" border="0"></td>
    </tr>
</table>
</body>

</html>
  • 복사

댓글 전체

© SIRSOFT
현재 페이지 제일 처음으로