diff --git a/shop/list.sort.php b/shop/list.sort.php deleted file mode 100644 index c971c7252..000000000 --- a/shop/list.sort.php +++ /dev/null @@ -1,29 +0,0 @@ - - - -
-

상품 정렬

- - -
- \ No newline at end of file diff --git a/shop/list.sub.php b/shop/list.sub.php deleted file mode 100644 index 83bf8adef..000000000 --- a/shop/list.sub.php +++ /dev/null @@ -1,8 +0,0 @@ - - - \ No newline at end of file diff --git a/shop/list.sub2.php b/shop/list.sub2.php deleted file mode 100644 index a7888851d..000000000 --- a/shop/list.sub2.php +++ /dev/null @@ -1,75 +0,0 @@ - - - \ No newline at end of file diff --git a/shop/listcategory.inc.php b/shop/listcategory.inc.php deleted file mode 100644 index 8eeef4a62..000000000 --- a/shop/listcategory.inc.php +++ /dev/null @@ -1,31 +0,0 @@ -'.$row['ca_name'].' ('.$row2['cnt'].')'; - $exists = true; -} - -if ($exists) { -?> - - - - - - \ No newline at end of file diff --git a/shop/listcategory2.inc.php b/shop/listcategory2.inc.php deleted file mode 100644 index 18fc10595..000000000 --- a/shop/listcategory2.inc.php +++ /dev/null @@ -1,61 +0,0 @@ -'; - if ($cnt) { - $str .= ''.$row['ca_name'].''; - $sql2 = " select ca_id, ca_name from {$g5['g5_shop_category_table']} where ca_id like '{$row['ca_id']}%' and ca_use = '1' and length(ca_id) = $len4 order by ca_id "; - $result2 = sql_query($sql2); - $k=0; - while ($row2=sql_fetch_array($result2)) { - $str .= ''.$row2['ca_name'].''; - $k++; - } - } else { - $str .= ''.$row['ca_name'].''; - } - $str .= ''; - $exists = true; - } -} - - -if ($exists) { -?> - - - - - - \ No newline at end of file diff --git a/shop/listcategory3.inc.php b/shop/listcategory3.inc.php deleted file mode 100644 index fa4a814a6..000000000 --- a/shop/listcategory3.inc.php +++ /dev/null @@ -1,30 +0,0 @@ -'.$row['ca_name'].''; - $exists = true; -} - -if ($exists) { -?> - - - - - - \ No newline at end of file diff --git a/shop/navigation.inc.php b/shop/navigation.inc.php deleted file mode 100644 index b84929ca7..000000000 --- a/shop/navigation.inc.php +++ /dev/null @@ -1,35 +0,0 @@ -'.$row['ca_name'].''; - } -} -else - $navigation = $g5['title']; - -//if ($it_id) $navigation .= " > $it[it_name]"; -?> - -
- Home - -
diff --git a/shop/img/sns_fb.png b/skin/shop/basic/img/sns_fb.png similarity index 100% rename from shop/img/sns_fb.png rename to skin/shop/basic/img/sns_fb.png diff --git a/shop/img/sns_fb2.png b/skin/shop/basic/img/sns_fb2.png similarity index 100% rename from shop/img/sns_fb2.png rename to skin/shop/basic/img/sns_fb2.png diff --git a/shop/img/sns_goo.png b/skin/shop/basic/img/sns_goo.png similarity index 100% rename from shop/img/sns_goo.png rename to skin/shop/basic/img/sns_goo.png diff --git a/shop/img/sns_goo2.png b/skin/shop/basic/img/sns_goo2.png similarity index 100% rename from shop/img/sns_goo2.png rename to skin/shop/basic/img/sns_goo2.png diff --git a/shop/img/sns_twt.png b/skin/shop/basic/img/sns_twt.png similarity index 100% rename from shop/img/sns_twt.png rename to skin/shop/basic/img/sns_twt.png diff --git a/shop/img/sns_twt2.png b/skin/shop/basic/img/sns_twt2.png similarity index 100% rename from shop/img/sns_twt2.png rename to skin/shop/basic/img/sns_twt2.png diff --git a/skin/shop/basic/item.form.skin.php b/skin/shop/basic/item.form.skin.php index 2cf1796df..ff51bf9ea 100644 --- a/skin/shop/basic/item.form.skin.php +++ b/skin/shop/basic/item.form.skin.php @@ -49,9 +49,9 @@ $option_2 = get_item_supply($it['it_id'], $it['it_supply_subject']); // 소셜 관련 $sns_title = get_text($it['it_name']).' | '.get_text($config['cf_title']); $sns_url = G5_SHOP_URL.'/item.php?it_id='.$it['it_id']; -$sns_share_links .= get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_URL.'/img/sns_fb2.png').' '; -$sns_share_links .= get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_URL.'/img/sns_twt2.png').' '; -$sns_share_links .= get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_URL.'/img/sns_goo2.png'); +$sns_share_links .= get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb2.png').' '; +$sns_share_links .= get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt2.png').' '; +$sns_share_links .= get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo2.png'); ?> @@ -440,4 +440,4 @@ function fitem_submit(f) return true; } - + \ No newline at end of file diff --git a/skin/shop/basic/list.10.skin.php b/skin/shop/basic/list.10.skin.php index 776ff5a25..b4d465cc6 100644 --- a/skin/shop/basic/list.10.skin.php +++ b/skin/shop/basic/list.10.skin.php @@ -59,9 +59,9 @@ for ($i=1; $row=sql_fetch_array($result); $i++) { if ($this->view_sns) { echo "
"; - echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_URL.'/img/sns_fb.png'); - echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_URL.'/img/sns_twt.png'); - echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_URL.'/img/sns_goo.png'); + echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb.png'); + echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt.png'); + echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo.png'); echo "
\n"; } diff --git a/skin/shop/basic/list.20.skin.php b/skin/shop/basic/list.20.skin.php index 0993b5ec1..56ca9adba 100644 --- a/skin/shop/basic/list.20.skin.php +++ b/skin/shop/basic/list.20.skin.php @@ -59,9 +59,9 @@ for ($i=1; $row=sql_fetch_array($result); $i++) { if ($this->view_sns) { echo "
"; - echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_URL.'/img/sns_fb.png'); - echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_URL.'/img/sns_twt.png'); - echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_URL.'/img/sns_goo.png'); + echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb.png'); + echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt.png'); + echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo.png'); echo "
\n"; } diff --git a/skin/shop/basic/list.30.skin.php b/skin/shop/basic/list.30.skin.php index b76fbe150..aac8e525c 100644 --- a/skin/shop/basic/list.30.skin.php +++ b/skin/shop/basic/list.30.skin.php @@ -62,9 +62,9 @@ for ($i=1; $row=sql_fetch_array($result); $i++) { if ($this->view_sns) { echo "
"; - echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_URL.'/img/sns_fb.png'); - echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_URL.'/img/sns_twt.png'); - echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_URL.'/img/sns_goo.png'); + echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb.png'); + echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt.png'); + echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo.png'); echo "
\n"; } diff --git a/skin/shop/basic/list.40.skin.php b/skin/shop/basic/list.40.skin.php index ca6c58d11..97c1ddd7d 100644 --- a/skin/shop/basic/list.40.skin.php +++ b/skin/shop/basic/list.40.skin.php @@ -64,9 +64,9 @@ for ($i=1; $row=sql_fetch_array($result); $i++) { if ($this->view_sns) { echo "
"; - echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_URL.'/img/sns_fb.png'); - echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_URL.'/img/sns_twt.png'); - echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_URL.'/img/sns_goo.png'); + echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb.png'); + echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt.png'); + echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo.png'); echo "
\n"; }