사용자: neo -> basic
This commit is contained in:
@ -1,15 +1,6 @@
|
||||
<?
|
||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
// 회원수는 $row['mb_cnt'];
|
||||
?>
|
||||
|
||||
<table width="220" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td width="220" height="40" background="<?=$connect_skin_path?>/img/visit_bg.gif">
|
||||
<table width="220" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td width="30" align="right"><img src="<?=$connect_skin_path?>/img/icon.gif" width="14" height="14"></td>
|
||||
<td width="190"> <a href='<?=$g4['bbs_path']?>/current_connect.php'><strong>현재접속자</strong> : <?=$row['total_cnt']?> (회원 <?=$row['mb_cnt']?>)</a></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
||||
<strong><?=$row['total_cnt']?></strong>
|
||||
|
||||
Reference in New Issue
Block a user