device 설정에 따라 최신글 노출하도록 수정

This commit is contained in:
chicpro
2013-04-11 14:34:14 +09:00
parent 379c37ef7e
commit c750de8bca

View File

@ -21,7 +21,7 @@ include_once('./_head.php');
<!-- 메인화면 최신글 시작 --> <!-- 메인화면 최신글 시작 -->
<? <?
// 최신글 // 최신글
$sql = " select bo_table from {$g4['board_table']} order by gr_id, bo_table "; $sql = " select bo_table from {$g4['board_table']} where bo_device <> 'mobile' order by gr_id, bo_table ";
$result = sql_query($sql); $result = sql_query($sql);
for ($i=0; $row=sql_fetch_array($result); $i++) { for ($i=0; $row=sql_fetch_array($result); $i++) {
$lt_style = ""; $lt_style = "";