From eac8f86a56e756ce7d03f90bd3f83df37e1c41d2 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 23 Sep 2013 15:05:41 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=ED=95=98=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EB=8A=94=20=ED=8C=8C=EC=9D=BC=20=EC=82=AD=EC=A0=9C=20?= =?UTF-8?q?=EB=B0=8F=20sns=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EC=9D=B4?= =?UTF-8?q?=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/list.sort.php | 29 -------- shop/list.sub.php | 8 --- shop/list.sub2.php | 75 --------------------- shop/listcategory.inc.php | 31 --------- shop/listcategory2.inc.php | 61 ----------------- shop/listcategory3.inc.php | 30 --------- shop/navigation.inc.php | 35 ---------- {shop => skin/shop/basic}/img/sns_fb.png | Bin {shop => skin/shop/basic}/img/sns_fb2.png | Bin {shop => skin/shop/basic}/img/sns_goo.png | Bin {shop => skin/shop/basic}/img/sns_goo2.png | Bin {shop => skin/shop/basic}/img/sns_twt.png | Bin {shop => skin/shop/basic}/img/sns_twt2.png | Bin skin/shop/basic/item.form.skin.php | 8 +-- skin/shop/basic/list.10.skin.php | 6 +- skin/shop/basic/list.20.skin.php | 6 +- skin/shop/basic/list.30.skin.php | 6 +- skin/shop/basic/list.40.skin.php | 6 +- 18 files changed, 16 insertions(+), 285 deletions(-) delete mode 100644 shop/list.sort.php delete mode 100644 shop/list.sub.php delete mode 100644 shop/list.sub2.php delete mode 100644 shop/listcategory.inc.php delete mode 100644 shop/listcategory2.inc.php delete mode 100644 shop/listcategory3.inc.php delete mode 100644 shop/navigation.inc.php rename {shop => skin/shop/basic}/img/sns_fb.png (100%) rename {shop => skin/shop/basic}/img/sns_fb2.png (100%) rename {shop => skin/shop/basic}/img/sns_goo.png (100%) rename {shop => skin/shop/basic}/img/sns_goo2.png (100%) rename {shop => skin/shop/basic}/img/sns_twt.png (100%) rename {shop => skin/shop/basic}/img/sns_twt2.png (100%) 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"; }