현재접속자 스킨 숫자만 나오는 것

This commit is contained in:
whitedot
2012-12-05 14:16:57 +09:00
parent 1a0ab9296a
commit 7bb401173d

View File

@ -2,14 +2,4 @@
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
?>
<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">&nbsp;&nbsp;<a href='<?=$g4['bbs_path']?>/current_connect.php'><strong>현재접속자</strong> : <?=$row['total_cnt']?> (회원 <?=$row['mb_cnt']?>)</a></td>
</tr>
</table></td>
</tr>
</table>
<div><a href="<?=$g4['bbs_path']?>/current_connect.php">현재접속자 <?=$row[total_cnt]?> 중 회원 <?=$row[mb_cnt]?></a></div>