diff --git a/css/default_shop.css b/css/default_shop.css index 24e803ab9..147a3d9a2 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -517,7 +517,7 @@ td.empty_table {padding:85px 0;text-align:center} #sit_btn_rec {background:#888;color:#fff} /* 상품 상세보기 - 다른 상품 보기 */ -#sit_siblings {margin:0 0 10px;padding:10px 10px 20px;border-bottom:1px solid #e9e9e9;text-align:center} +#sit_siblings {clear:both;margin:0 0 10px;padding:30px 10px 10px;text-align:center} #sit_siblings h2 {position:absolute;font-size:0;line-height:0;content:""} /* 상품 상세보기 - 상품정보 */ diff --git a/shop/item.php b/shop/item.php index 30b6e1db3..ec282c82f 100644 --- a/shop/item.php +++ b/shop/item.php @@ -480,24 +480,23 @@ else + + +
+ 이 분류에 등록된 다른 상품이 없습니다.'; + } + ?> +
+ - - - - + \ No newline at end of file diff --git a/shop/itemuselist.php b/shop/itemuselist.php index a58262d41..9bb249108 100644 --- a/shop/itemuselist.php +++ b/shop/itemuselist.php @@ -58,7 +58,7 @@ if ($page == "") { $page = 1; } // 페이지가 없으면 첫 페이지 (1 페 $from_record = ($page - 1) * $rows; // 시작 열을 구함 ?> - + 전체보기
@@ -152,7 +152,7 @@ $(function(){ }); }); - +