쇼핑몰 관리자 페이징에 모바일 설정 추가

This commit is contained in:
chicpro
2013-06-18 09:15:59 +09:00
parent ca04bceefc
commit ef00fa5b21
17 changed files with 17 additions and 17 deletions

View File

@ -61,7 +61,7 @@ $result = sql_query($sql);
</table>
</section>
<?php echo get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&amp;page="); ?>
<?php echo get_paging(G4_IS_MOBILE ? $config['cf_mobile_pages'] : $config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&amp;page="); ?>
<?php
include_once (G4_ADMIN_PATH.'/admin.tail.php');