#100 에 따른 h1 다중사용 처리
This commit is contained in:
5
tail.php
5
tail.php
@ -4,12 +4,13 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<footer>
|
||||
<h1><?=$config['cf_title']?> 정보</h1>
|
||||
<?=visit('neo'); // 방문자수 ?>
|
||||
<?=connect(); // 현재 접속자수 ?>
|
||||
<?=popular('neo'); // 인기검색어 ?>
|
||||
<p>Copyright © 소유하신 도메인. All rights reserved.</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
function fsearchbox_submit(f)
|
||||
|
||||
Reference in New Issue
Block a user