비표준 그누보드4 첫커밋
This commit is contained in:
15
skin/connect/basic/connect.skin.php
Normal file
15
skin/connect/basic/connect.skin.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?
|
||||
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"> <a href='<?=$g4['bbs_path']?>/current_connect.php'><strong>현재접속자</strong> : <?=$row['total_cnt']?> (회원 <?=$row['mb_cnt']?>)</a></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
||||
Reference in New Issue
Block a user