사용자: 전체레이아웃 작업 중

This commit is contained in:
whitedot
2012-12-28 16:47:51 +09:00
parent 308fc16cf6
commit 3cc1b5463a
15 changed files with 134 additions and 62 deletions

View File

@ -2,4 +2,7 @@
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
?>
<div><a href="<?=$g4['bbs_path']?>/current_connect.php">현재접속자 <?=$row['total_cnt']?> 중 회원 <?=$row['mb_cnt']?></a></div>
<section id="current_connect">
<h2>현재접속자</h2>
<div><a href="<?=$g4['bbs_path']?>/current_connect.php"><?=$row['total_cnt']?>명 중 회원 <?=$row['mb_cnt']?>명</a></div>
</section>