사용자: 게시판 리스트에서 h1 중복되는 문제 수정

This commit is contained in:
whitedot
2012-12-24 15:57:40 +09:00
parent 9b20a758e1
commit 6907449605
4 changed files with 10 additions and 10 deletions

View File

@ -7,7 +7,6 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<div>
<?=visit('neo'); // 방문자수 ?>
<?=connect(); // 현재 접속자수 ?>
<?=poll('neo'); // 설문조사 ?>
<?=popular('neo'); // 인기검색어 ?>
<p>Copyright &copy; 소유하신 도메인. All rights reserved.</p>
</div>