사용자: 회원통합스킨 익스 하위 버전에서 일부 화면이 상단에 붙는 문제 수정 - 앙카님 제보
This commit is contained in:
@ -24,7 +24,6 @@ include_once('./_head.php');
|
||||
$sql = " select bo_table from `{$g4['board_table']}` a left join `{$g4['group_table']}` b on (a.gr_id=b.gr_id) where a.bo_device <> 'mobile' order by b.gr_order, a.bo_order ";
|
||||
$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 = "";
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user