사용자: 회원통합스킨 익스 하위 버전에서 일부 화면이 상단에 붙는 문제 수정 - 앙카님 제보

This commit is contained in:
whitedot
2013-04-15 17:29:25 +09:00
parent fdd36c9091
commit 8b6d038d69
3 changed files with 6 additions and 7 deletions

View File

@ -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 = "";
?>