diff --git a/lib/shop.lib.php b/lib/shop.lib.php index 0112a331a..6424c0586 100644 --- a/lib/shop.lib.php +++ b/lib/shop.lib.php @@ -713,22 +713,22 @@ function display_item_icon($it) if($it['it_gallery'] || $it['it_type1'] || $it['it_type2'] || $it['it_type3'] || $it['it_type4'] || $it['it_type5']) { if($it['it_gallery']) // sold out - $icon .= ''; + $icon .= '품절'; if($it['it_type3']) - $icon .= ''; + $icon .= '신상품'; if($it['it_type1']) - $icon .= ''; + $icon .= '히트'; if($it['it_type2']) - $icon .= ''; + $icon .= '추천'; if($it['it_type4']) - $icon .= ''; + $icon .= '인기'; if($it['it_type5']) - $icon .= ''; + $icon .= '할인'; } return $icon; diff --git a/shop/index.php b/shop/index.php index 7e80a462d..0a020346d 100644 --- a/shop/index.php +++ b/shop/index.php @@ -14,10 +14,10 @@ include_once(G4_SHOP_PATH.'/shop.head.php'); -
+

최신상품

-

최신상품 모음

+

최신상품 모음

-
+

히트상품

-

히트상품 모음

+

히트상품 모음

-
+

추천상품

-

추천상품 모음

+

추천상품 모음

-
+

인기상품

-

인기상품 모음

+

인기상품 모음

-
+

할인상품

-

할인상품 모음

+

할인상품 모음