모바일용 페이징 변수 추가

This commit is contained in:
chicpro
2013-03-05 16:01:06 +09:00
parent ff35046dc9
commit ecaae4d8fa
3 changed files with 18 additions and 19 deletions

View File

@ -27,7 +27,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
</tbody>
</table>
<?=get_paging($config['cf_write_pages'], $page, $total_page, "?$qstr&amp;page=");?>
<?=get_paging($config['cf_mobile_pages'], $page, $total_page, "?$qstr&amp;page=");?>
<div class="btn_win"><a href="javascript:;" onclick="window.close();">창닫기</a></div>
</div>