사용자: group.php

This commit is contained in:
whitedot
2013-03-06 18:27:46 +09:00
parent 68fdae1919
commit f7f2cdab21

View File

@ -7,9 +7,6 @@ include_once('./_head.php');
?> ?>
<!-- 메인화면 최신글 시작 --> <!-- 메인화면 최신글 시작 -->
<table>
<tr>
<td>
<? <?
// 최신글 // 최신글
$sql = " select bo_table, bo_subject from {$g4[board_table]} where gr_id = '{$gr_id}' and bo_list_level <= '{$member[mb_level]}' order by bo_table "; $sql = " select bo_table, bo_subject from {$g4[board_table]} where gr_id = '{$gr_id}' and bo_list_level <= '{$member[mb_level]}' order by bo_table ";
@ -21,12 +18,8 @@ include_once('./_head.php');
// 사용방법 // 사용방법
// latest(스킨, 게시판아이디, 출력라인, 글자수); // latest(스킨, 게시판아이디, 출력라인, 글자수);
echo latest('basic', $row[bo_table], 5, 70); echo latest('basic', $row[bo_table], 5, 70);
echo '<p>';
} }
?> ?>
</td>
</tr>
</table>
<!-- 메인화면 최신글 끝 --> <!-- 메인화면 최신글 끝 -->
<? <?