쇼핑몰 관리자 페이징에 모바일 설정 추가
This commit is contained in:
@ -203,7 +203,7 @@ if (isset($ev_set)) {
|
||||
|
||||
</section>
|
||||
|
||||
<?php echo get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&page="); ?>
|
||||
<?php echo get_paging(G4_IS_MOBILE ? $config['cf_mobile_pages'] : $config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&page="); ?>
|
||||
|
||||
<script>
|
||||
function fitemeventlistupdatecheck(f)
|
||||
|
||||
Reference in New Issue
Block a user