notice 오류 해결

This commit is contained in:
gnuboard
2012-12-26 11:53:02 +09:00
parent 6907449605
commit b65315fcca
10 changed files with 59 additions and 46 deletions

View File

@ -18,7 +18,7 @@ include_once($g4['path'].'/lib/popular.lib.php');
<div id="logo"><a href="<?=$g4['path']?>/">초기화면</a></div>
<ul>
<? if ($member['mb_id']) { ?>
<? if ($is_member) { ?>
<li><a href="<?=$g4['bbs_path']?>/logout.php">로그아웃</a></li>
<li><a href="<?=$g4['bbs_path']?>/member_confirm.php?url=register_form.php">정보수정</a></li>
<? if ($is_admin) { ?><li><a href="<?=$g4['path']?>/adm">관리자</a></li><? } ?>
@ -39,7 +39,7 @@ include_once($g4['path'].'/lib/popular.lib.php');
<input type="submit" value="검색">
</fieldset>
</form>
<? if (!$bo_table) {?><h1><?=$g4['title']?></h1><? } ?>
<? if (!isset($bo_table)) {?><h1><?=$g4['title']?></h1><? } ?>
</header>
<div>