@ -2,7 +2,4 @@
|
||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
?>
|
||||
|
||||
<section id="current_connect">
|
||||
<h2>현재접속자</h2>
|
||||
<div><a href="<?=$g4['bbs_path']?>/current_connect.php"><?=$row['total_cnt']?>명 중 회원 <?=$row['mb_cnt']?>명</a></div>
|
||||
</section>
|
||||
<strong><?=$row['total_cnt']?>명 중 회원 <?=$row['mb_cnt']?>명</strong>
|
||||
|
||||
@ -1,9 +1,8 @@
|
||||
<?
|
||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
if ($lt_margin == 0) $lt_style = "style=\margin-left:20px\"";
|
||||
?>
|
||||
|
||||
<div class="lt" <?=$lt_style?>>
|
||||
<div class="lt">
|
||||
<?=$lt_margin?>
|
||||
<strong class="lt_title"><a href="<?=$g4['bbs_path']?>/board.php?bo_table=<?=$bo_table?>"><?=$board['bo_subject']?></a></strong>
|
||||
<ul>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
?>
|
||||
|
||||
<section id="ol_before" class="outlogin">
|
||||
<section id="ol_before" class="ol">
|
||||
<h2>멤버쉽</h2>
|
||||
<!-- 로그인 전 외부로그인 시작 -->
|
||||
<form name="foutlogin" method="post" action="<?=$outlogin_action_url?>" onsubmit="return fhead_submit(this);" autocomplete="off">
|
||||
|
||||
Reference in New Issue
Block a user