diff --git a/shop/_common.php b/shop/_common.php index 16cec4831..a79324ee1 100644 --- a/shop/_common.php +++ b/shop/_common.php @@ -3,4 +3,5 @@ include_once('../common.php'); if (!defined('G4_USE_SHOP') || !G4_USE_SHOP) die('
쇼핑몰 설치 후 이용해 주십시오.
'); +define('_SHOP_', true); ?> \ No newline at end of file diff --git a/shop/itemrecommend.php b/shop/itemrecommend.php index 73f96f54a..6af0cdb5a 100644 --- a/shop/itemrecommend.php +++ b/shop/itemrecommend.php @@ -14,7 +14,6 @@ if (!$it['it_name']) alert_close("등록된 상품이 아닙니다."); $g4['title'] = $it['it_name'].' - 추천하기'; -define('_SHOP_', true); include_once(G4_PATH.'/head.sub.php'); ?> diff --git a/shop/largeimage.php b/shop/largeimage.php index b0528bf18..dac761183 100644 --- a/shop/largeimage.php +++ b/shop/largeimage.php @@ -1,5 +1,4 @@