노프레임에서... 정보
노프레임에서...본문
회원가입창
가운데 부분에 넣으려고 하는데..잘 안되네여...좀 도와주세여..
어떻게 해야하져? 딴건 다 되는데....아웃로그인하구..
기타.. 회원가입 눌렀을때 head // content // foot 있다면 content에 넣고 싶거든여..
에구..이거때문에 머리 터지겠네여
가운데 부분에 넣으려고 하는데..잘 안되네여...좀 도와주세여..
어떻게 해야하져? 딴건 다 되는데....아웃로그인하구..
기타.. 회원가입 눌렀을때 head // content // foot 있다면 content에 넣고 싶거든여..
에구..이거때문에 머리 터지겠네여
댓글 전체

로그인파일의 상단에 head 파일 인크루드 시키고, 하단에 foot파일 인크루드 시키고,
<a href="<?=$g4[path]?>로그인파일 경로" onfocus="this.blur()">로그인하기</a>
이걸로 불러오면 돼요...
<a href="<?=$g4[path]?>로그인파일 경로" onfocus="this.blur()">로그인하기</a>
이걸로 불러오면 돼요...

이게 더 좋겠군요...그누보드4 용이니까....^^
<? if (!$member[mb_id]) { ?>
<!-- 로그인 이전 -->
<a href="<?=$g4[bbs_path]?>/login.php?url=<?=$urlencode?>" onfocus="this.blur()">로 그 인</a> :
<a href="<?=$g4[bbs_path]?>/register.php" onfocus="this.blur()">회원가입</a> :
<? } else { ?>
<!-- 로그인 이후 -->
<a href="<?=$g4[bbs_path]?>/logout.php" onfocus="this.blur()">로그아웃</a> :
<a href="<?=$g4[bbs_path]?>/member_confirm.php?url=register_form.php" onfocus="this.blur()">정보수정</a> :
<? } ?>
<? if (!$member[mb_id]) { ?>
<!-- 로그인 이전 -->
<a href="<?=$g4[bbs_path]?>/login.php?url=<?=$urlencode?>" onfocus="this.blur()">로 그 인</a> :
<a href="<?=$g4[bbs_path]?>/register.php" onfocus="this.blur()">회원가입</a> :
<? } else { ?>
<!-- 로그인 이후 -->
<a href="<?=$g4[bbs_path]?>/logout.php" onfocus="this.blur()">로그아웃</a> :
<a href="<?=$g4[bbs_path]?>/member_confirm.php?url=register_form.php" onfocus="this.blur()">정보수정</a> :
<? } ?>
헙.................감사여 ㅠ.ㅠ
에구...ㅠㅠ