#100 에 따른 h1 다중사용 처리

This commit is contained in:
whitedot
2012-12-24 17:50:03 +09:00
parent 6907449605
commit c6d75730d6
4 changed files with 13 additions and 12 deletions

View File

@ -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><? } ?>
<h1><?=$config['cf_title']?></h1>
</header>
<div>
@ -48,3 +48,9 @@ include_once($g4['path'].'/lib/popular.lib.php');
</div>
<div id="wrapper">
<p>
g4s 강좌 홈페이지에 오신 것을 환영합니다.
</p>
<p>
<a href="<?=$g4['path']?>/bbs/board.php?bo_table=1">테스트용 게시판</a>
</p>

View File

@ -6,13 +6,6 @@ $g4['title'] = '';
include_once('./_head.php');
?>
<p>
g4s 강좌 홈페이지에 오신 것을 환영합니다.
</p>
<p>
<a href="<?=$g4['path']?>/bbs/board.php?bo_table=1">테스트용 게시판</a>
</p>
<?=latest("neo",1,5)?>
<?=latest("neo",1,5)?>

View File

@ -14,7 +14,8 @@ if (!$po_id)
$po = sql_fetch(" select * from $g4[poll_table] where po_id = '$po_id' ");
?>
<div>
<section>
<h2>사이트 설문조사</h2>
<form name="fpoll" method="post" action="<?=$g4[bbs_path]?>/poll_update.php" onsubmit="return fpoll_submit(this);" target="winPoll">
<input type="hidden" name="po_id" value="<?=$po_id?>">
<input type="hidden" name="skin_dir" value="<?=$skin_dir?>">
@ -28,7 +29,7 @@ $po = sql_fetch(" select * from $g4[poll_table] where po_id = '$po_id' ");
<input type="submit" value="투표하기">
<a href="javascript:;" onclick="poll_result('<?=$po_id?>');">결과보기</a>
</form>
</div>
<script>
function fpoll_submit(f)
{

View File

@ -4,12 +4,13 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
</div>
<div>
<footer>
<h1><?=$config['cf_title']?> 정보</h1>
<?=visit('neo'); // 방문자수 ?>
<?=connect(); // 현재 접속자수 ?>
<?=popular('neo'); // 인기검색어 ?>
<p>Copyright &copy; 소유하신 도메인. All rights reserved.</p>
</div>
</footer>
<script>
function fsearchbox_submit(f)