diff --git a/shop/itemuse.php b/shop/itemuse.php index c7cfca2cc..e47595cfc 100644 --- a/shop/itemuse.php +++ b/shop/itemuse.php @@ -37,7 +37,7 @@ $sql = " select COUNT(*) as cnt " . $sql_common; $row = sql_fetch($sql); $total_count = $row['cnt']; -$rows = 2; +$rows = 5; $total_page = ceil($total_count / $rows); // 전체 페이지 계산 if ($page == "") $page = 1; // 페이지가 없으면 첫 페이지 (1 페이지) $from_record = ($page - 1) * $rows; // 시작 레코드 구함 @@ -127,13 +127,17 @@ echo itemuse_page(10, $page, $total_page, "./itemuse.php?it_id=$it_id&page="
사용후기 쓰기 새 창 - 더보기 + 더보기