php나 html 외부문서 좌측메뉴 헤더 테일 나오게 하기 > 그누4 질문답변

그누4 질문답변

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

php나 html 외부문서 좌측메뉴 헤더 테일 나오게 하기 정보

php나 html 외부문서 좌측메뉴 헤더 테일 나오게 하기

본문

http://poporu.co.kr/home/reward.php

이러한 리워드 페이지를 만들었습니다.

중메뉴는 아래처럼 만들고


소매뉴는 아래처럼 만들었습니다


sir 사이트의 http://sir.co.kr/main/community/auction_info.php 포인트 경매 안내에대한부분을보면
좌측에 그룹메뉴나오고 상단엔 헤더가 나오고 하단엔 테일이 나와야 하는데 안나오더라구요
어떻게 하면나오나요?

http://poporu.co.kr/home/reward.php 소스는 다음과 같습니다

<frameset rows="*" frameborder="NO" border="0" framespacing="0">
  <frame src="http://reward.interich.com/charge.asp?id=rosoft&r_1=$_SESSION['ss_mb_id']" name="mainFrame" scrolling="auto">
</frameset>
  • 복사

댓글 전체

배추빌더군요..
reward.php 파일이 잘못 됐습니다.
파일이 다름과 같은 향식에 되어야 합니다.

<?
include_once("_common.php");
include_once("$g4[path]/lib/mw.builder.lib.php");
include_once("_head.php");
?>
<frameset rows="*" frameborder="NO" border="0" framespacing="0">
  <frame src="http://reward.interich.com/charge.asp?id=rosoft&r_1=$_SESSION['ss_mb_id']" name="mainFrame" scrolling="auto">
</frameset>
<?
include_once("_tail.php");
?>
© SIRSOFT
현재 페이지 제일 처음으로