페이징에 모바일 설정 적용

This commit is contained in:
chicpro
2013-06-14 16:33:49 +09:00
parent fde6ec18c7
commit 4e1aee7559

View File

@ -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&amp;page="); ?>
<script> <script>
function fcouponlist_submit(f) function fcouponlist_submit(f)