include_once('./_common.php'); include_once(G4_LIB_PATH.'/latest.lib.php'); $g4['title'] = $group['gr_subject']; if (G4_IS_MOBILE) { include_once(G4_MOBILE_PATH.'/group.php'); return; } include_once('./_head.php'); ?> // 최신글 $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 "; $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 = ""; ?>