사용자: 레이아웃 디자인 전반적 수정 완료, 최근게시물 스킨 작업
This commit is contained in:
19
head.php
19
head.php
@ -19,6 +19,8 @@ include_once($g4['path'].'/lib/popular.lib.php');
|
||||
<h1><?=$config['cf_title']?></h1>
|
||||
|
||||
<ul id="snb">
|
||||
<li><a href="<?=$g4['bbs_path']?>/current_connect.php">현재접속자</a></li>
|
||||
<li><a href="<?=$g4['bbs_path']?>/new.php">최근게시물</a></li>
|
||||
<? if ($is_member) { ?>
|
||||
<? if ($is_admin) { ?><li><a href="<?=$g4['path']?>/adm">관리자</a></li><? } ?>
|
||||
<li><a href="<?=$g4['bbs_path']?>/member_confirm.php?url=register_form.php">정보수정</a></li>
|
||||
@ -27,8 +29,6 @@ include_once($g4['path'].'/lib/popular.lib.php');
|
||||
<li><a href="<?=$g4['bbs_path']?>/register.php">회원가입</a></li>
|
||||
<li><a href="<?=$g4['bbs_path']?>/login.php">로그인</a></li>
|
||||
<? } ?>
|
||||
<li><a href="<?=$g4['bbs_path']?>/current_connect.php">현재접속자</a></li>
|
||||
<li><a href="<?=$g4['bbs_path']?>/new.php">최근게시물</a></li>
|
||||
</ul>
|
||||
|
||||
<fieldset id="schall">
|
||||
@ -40,16 +40,17 @@ include_once($g4['path'].'/lib/popular.lib.php');
|
||||
<input type="image" id="schall_submit" src="<?=$g4['path']?>/img/btn_search.jpg" alt="검색">
|
||||
</form>
|
||||
</fieldset>
|
||||
<div id="lnb">
|
||||
<?=outlogin('neo'); // 외부 로그인 ?>
|
||||
<?=poll('neo'); // 설문조사 ?>
|
||||
<?=visit("neo"); // 방문자수 ?>
|
||||
<?=connect(); // 현재 접속자수 ?>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<hr>
|
||||
|
||||
<div id="wrapper">
|
||||
<? if ((!$bo_table || $w == 's' ) && !defined('_INDEX_')) {?><h1 id="wrapper_title"><?=$g4['title']?></h1><?}?>
|
||||
<div id="lnb">
|
||||
<?=outlogin('neo'); // 외부 로그인 ?>
|
||||
<?=poll('neo'); // 설문조사 ?>
|
||||
<?=visit("neo"); // 방문자수 ?>
|
||||
<?=connect(); // 현재 접속자수 ?>
|
||||
</div>
|
||||
<div id="container">
|
||||
<? if ((!$bo_table || $w == 's' ) && !defined("_INDEX_")) {?><h1 id="wrapper_title"><?=$g4['title']?></h1><?}?>
|
||||
|
||||
Reference in New Issue
Block a user