영카트5 5.4 버전에서 잘못되거나 누락된 코드 수정

This commit is contained in:
thisgun
2020-01-13 17:31:57 +09:00
parent f88eb12f47
commit 6a2454c357
9 changed files with 30 additions and 23 deletions

View File

@ -85,7 +85,7 @@ include_once(G5_MSHOP_PATH.'/_head.php');
include G5_MSHOP_PATH.'/orderinquiry.sub.php';
?>
<?php echo get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['SCRIPT_NAME']}?$qstr&amp;page="); ?>
<?php echo get_paging($config['cf_mobile_pages'], $page, $total_page, "{$_SERVER['SCRIPT_NAME']}?$qstr&amp;page="); ?>
</div>
<?php