사용자: 리디자인 1
This commit is contained in:
@ -7,6 +7,7 @@ include_once('./_head.php');
|
||||
|
||||
<!-- 메인화면 최신글 시작 -->
|
||||
<?
|
||||
/*
|
||||
// 최신글
|
||||
$sql = " select bo_table from {$g4['board_table']} order by gr_id, bo_table ";
|
||||
$result = sql_query($sql);
|
||||
@ -26,7 +27,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
|
||||
?>
|
||||
</div>
|
||||
<?
|
||||
}
|
||||
}*/
|
||||
?>
|
||||
<!-- 메인화면 최신글 끝 -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user