write_pages 처리에 모바일페이지 수 추가

This commit is contained in:
chicpro
2013-03-05 10:13:57 +09:00
parent fbfe68bc02
commit bf120c4d12

View File

@ -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 = '';