관리자: 리디자인 시작, 상단 부분 수정 중
This commit is contained in:
@ -69,19 +69,17 @@ function textarea_size(fld, size)
|
||||
}
|
||||
</script>
|
||||
|
||||
<header>
|
||||
<div id="to_content"><a href="#wrapper">본문 바로가기</a></div>
|
||||
|
||||
<div id="to_content"><a href="#wrapper">본문 바로가기</a></div>
|
||||
<div id="logo"><a href="<?=G4_ADMIN_URL?>"><img src="<?=G4_ADMIN_URL?>/img/logo.png" alt="관리자 메인으로"></a></div>
|
||||
<ul id="home_link">
|
||||
<li><a href="<?=G4_ADMIN_URL?>/member_form.php?w=u&mb_id=<?=$member['mb_id']?>">관리자정보수정</a></li>
|
||||
<li><a href="<?=G4_URL?>/">홈페이지</a></li>
|
||||
<li><a href="<?=G4_BBS_URL?>/logout.php">로그아웃</a></li>
|
||||
</ul>
|
||||
<header id="hd">
|
||||
|
||||
<div id="current_location">
|
||||
<div id="logo"><a href="<?=G4_ADMIN_URL?>"><img src="<?=G4_ADMIN_URL?>/img/logo.jpg" alt="관리자 메인으로"></a></div>
|
||||
|
||||
<div id="home_link">
|
||||
<ul>
|
||||
<li><?=$member['mb_id']?>님 현재위치</li>
|
||||
<li><a href="<?=G4_ADMIN_URL?>/member_form.php?w=u&mb_id=<?=$member['mb_id']?>">관리자정보수정</a></li>
|
||||
<li><a href="<?=G4_URL?>/">홈페이지</a></li>
|
||||
<li><a href="<?=G4_BBS_URL?>/logout.php">로그아웃</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@ -110,6 +108,10 @@ function textarea_size(fld, size)
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<ul id="current_location">
|
||||
<li><?=$member['mb_id']?>님 현재위치</li>
|
||||
</ul>
|
||||
|
||||
</header>
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
Reference in New Issue
Block a user