/* // 최신글 $sql = " select bo_table from {$g4['board_table']} order by gr_id, bo_table "; $result = sql_query($sql); for ($i=0; $row=sql_fetch_array($result); $i++) { $lt_style = ""; if ($i%2==1) $lt_style = "margin-left:20px"; else $lt_style = ""; ?>