write_pages 처리에 모바일페이지 수 추가
This commit is contained in:
@ -137,7 +137,7 @@ while ($row = sql_fetch_array($result))
|
||||
$k++;
|
||||
}
|
||||
|
||||
$write_pages = get_paging($config['cf_write_pages'], $page, $total_page, './board.php?bo_table='.$bo_table.$qstr.'&page=');
|
||||
$write_pages = get_paging(G4_IS_MOBILE ? $config['cf_mobile_pages'] : $config['cf_write_pages'], $page, $total_page, './board.php?bo_table='.$bo_table.$qstr.'&page=');
|
||||
|
||||
$list_href = '';
|
||||
$prev_part_href = '';
|
||||
|
||||
Reference in New Issue
Block a user