페이징에 모바일 설정 적용
This commit is contained in:
@ -178,7 +178,7 @@ $colspan = 8;
|
|||||||
</form>
|
</form>
|
||||||
</section>
|
</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>
|
<script>
|
||||||
function fcouponlist_submit(f)
|
function fcouponlist_submit(f)
|
||||||
|
|||||||
Reference in New Issue
Block a user