Files
firstgarden-web-gnu/skin/connect/basic/connect.skin.php
2012-11-05 18:37:34 +09:00

16 lines
670 B
PHP

<?
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>