From 13b903fb79d57be7a3be12c933baf70af63afbd0 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 8 May 2013 18:40:41 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0:=20=EC=83=81?= =?UTF-8?q?=ED=92=88=EC=83=81=EC=84=B8=EB=B3=B4=EA=B8=B0=20=EC=9D=B4?= =?UTF-8?q?=EC=A0=84=EC=83=81=ED=92=88=20=EB=8B=A4=EC=9D=8C=EC=83=81?= =?UTF-8?q?=ED=92=88=20=ED=91=9C=EC=A4=80=ED=99=94=20=EB=B0=8F=20=EC=8A=A4?= =?UTF-8?q?=ED=83=80=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default_shop.css | 2 +- shop/item.php | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/css/default_shop.css b/css/default_shop.css index 780a64eed..4006ebb4b 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -512,7 +512,7 @@ input.required:focus {border:1px solid #b8c9c2;background:#21272e !important;col #sit_btn_rec {background:#888;color:#fff} /* 상품 상세보기 - 다른 상품 보기 */ -#sit_siblings {} +#sit_siblings {margin:0 0 10px;padding:10px 10px 20px;border-bottom:1px solid #e9e9e9;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 5b2f8c4e5..c7727ac8a 100644 --- a/shop/item.php +++ b/shop/item.php @@ -102,9 +102,9 @@ $sql = " select it_id, it_name from {$g4['shop_item_table']} limit 1 "; $row = sql_fetch($sql); if ($row['it_id']) { - $prev_title = '이전상품보기 '.$row['it_name']; - $prev_href = ''; - $prev_href = ''; + $prev_title = '이전상품 '.$row['it_name'].''; + $prev_href = ''; + $prev_href2 = ''.PHP_EOL; } else { $prev_title = ''; $prev_href = ''; @@ -120,9 +120,9 @@ $sql = " select it_id, it_name from {$g4['shop_item_table']} limit 1 "; $row = sql_fetch($sql); if ($row['it_id']) { - $next_title = '다음 상품 '.$row['it_name']; - $next_href = ''; - $next_href2 = ''; + $next_title = '다음 상품 '.$row['it_name'].''; + $next_href = ''; + $next_href2 = ''.PHP_EOL; } else { $next_title = ''; $next_href = '';