모바일 페이지 수 적용
This commit is contained in:
@ -217,7 +217,7 @@ $colspan = 15;
|
||||
</form>
|
||||
</section>
|
||||
|
||||
<?=get_paging($config['cf_write_pages'], $page, $total_page, '?'.$qstr.'&page=');?>
|
||||
<?=get_paging(G4_IS_MOBILE ? $config['cf_mobile_pages'] : $config['cf_write_pages'], $page, $total_page, '?'.$qstr.'&page=');?>
|
||||
|
||||
<script>
|
||||
function fmemberlist_submit(f)
|
||||
|
||||
Reference in New Issue
Block a user