From 36fc7b0e2f35c4134930e3521dafb8fe19b59f8b Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 26 Nov 2013 09:32:27 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EC=83=81?= =?UTF-8?q?=ED=92=88=EA=B2=80=EC=83=89=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/search.php | 13 +++++++------ mobile/shop/shop.head.php | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/mobile/shop/search.php b/mobile/shop/search.php index ac789c6c8..32e1f7e2c 100644 --- a/mobile/shop/search.php +++ b/mobile/shop/search.php @@ -31,9 +31,9 @@ if ($q) { for ($i=0; $iset_query(" select * $sql_common $sql_where {$order_by} limit $from_record, $items "); $list->set_is_page(true); + $list->set_mobile(true); $list->set_view('it_img', true); $list->set_view('it_id', true); $list->set_view('it_name', true); @@ -182,7 +183,7 @@ $total_page = ceil($total_count / $items); // 전체 페이지 계산 $query_string .= 'ca_id='.$ca_id; $query_string .='&qsort='.$qsort.'&qorder='.$qorder; - echo get_paging($config['cf_write_pages'], $page, $total_page, $_SERVER['PHP_SELF'].'?'.$query_string.'&page='); + echo get_paging($config['cf_mobile_pages'], $page, $total_page, $_SERVER['PHP_SELF'].'?'.$query_string.'&page='); ?> diff --git a/mobile/shop/shop.head.php b/mobile/shop/shop.head.php index 04359df19..5a8a6a5cb 100644 --- a/mobile/shop/shop.head.php +++ b/mobile/shop/shop.head.php @@ -21,7 +21,7 @@ include_once(G5_LIB_PATH.'/popular.lib.php');