diff --git a/extend/shop.extend.php b/extend/shop.extend.php
index 510c1562c..b2e4ece0e 100644
--- a/extend/shop.extend.php
+++ b/extend/shop.extend.php
@@ -2,9 +2,6 @@
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
include_once("$g4[path]/shop.config.php");
include_once("$g4[path]/lib/shop.lib.php");
-include_once("$g4[path]/lib/fs.lib.php");
-
-$g4['yc4_uniqid_table'] = "yc4_uniqid";
//==============================================================================
// 쇼핑몰 필수 실행코드 모음 시작
diff --git a/shop.config.php b/shop.config.php
index 9fc7fd4f3..925566700 100644
--- a/shop.config.php
+++ b/shop.config.php
@@ -34,7 +34,7 @@ define(_MISU_QUERY_, "
// 쇼핑몰 변수 모음 시작
//------------------------------------------------------------------------------
// 쇼핑몰 디렉토리
-$g4['shop'] = "fs";
+$g4['shop'] = "shop";
$g4['shop_path'] = "$g4[path]/$g4[shop]";
$g4['shop_url'] = "$g4[url]/$g4[shop]";
@@ -73,6 +73,7 @@ $g4['yc4_supplement_table'] = "yc4_supplement"; // 추가옵션
$g4['yc4_coupon_table'] = "yc4_coupon"; // 쿠폰정보 테이블
$g4['yc4_coupon_history_table']= "yc4_coupon_history"; // 쿠폰사용내역 테이블
$g4['yc4_sendcost_table'] = "yc4_sendcost"; // 추가배송비 테이블
+$g4['yc4_uniqid_table'] = "yc4_uniqid";
// 신용카드결제대행사 URL
diff --git a/shop.php b/shop.php
index 09c81164e..965930638 100644
--- a/shop.php
+++ b/shop.php
@@ -70,33 +70,10 @@ include_once("$g4[path]/head.php");
?>
-
|
-
-
-
- | =latest('basic', 'qa', 5, 30);?> |
- |
-
-
- | =latest('basic', 'free', 5, 30);?> |
- |
-
-
-
-
-
-  |
-
- | =latest('shop_notice', 'notice', 3, 25);?> |
-
-
- |
-
-
// 최신상품
$type = 3;
@@ -108,10 +85,10 @@ include_once("$g4[path]/head.php");
?>
- =poll('shop_poll');?>
+ =poll();?>
- =visit('shop_visit');?>
+ =visit();?>
=display_banner('메인');?>
|