diff --git a/mobile/shop/mypage.php b/mobile/shop/mypage.php index e91dd1165..982950a51 100644 --- a/mobile/shop/mypage.php +++ b/mobile/shop/mypage.php @@ -2,7 +2,7 @@ include_once('./_common.php'); // 테마에 mypage.php 있으면 include -if(defined('G5_THEME_SHOP_PATH')) { +if(defined('G5_THEME_MSHOP_PATH')) { $theme_mypage_file = G5_THEME_MSHOP_PATH.'/mypage.php'; if(is_file($theme_mypage_file)) { include_once($theme_mypage_file); diff --git a/mobile/shop/orderinquiry.sub.php b/mobile/shop/orderinquiry.sub.php index 61a02f1ca..600dd04d5 100644 --- a/mobile/shop/orderinquiry.sub.php +++ b/mobile/shop/orderinquiry.sub.php @@ -4,7 +4,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 if (!defined("_ORDERINQUIRY_")) exit; // 개별 페이지 접근 불가 // 테마에 orderinquiry.sub.php 있으면 include -if(defined('G5_THEME_SHOP_PATH')) { +if(defined('G5_THEME_MSHOP_PATH')) { $theme_inquiry_file = G5_THEME_MSHOP_PATH.'/orderinquiry.sub.php'; if(is_file($theme_inquiry_file)) { include_once($theme_inquiry_file); diff --git a/mobile/shop/orderinquiryview.php b/mobile/shop/orderinquiryview.php index 2ac0cab53..63c54028a 100644 --- a/mobile/shop/orderinquiryview.php +++ b/mobile/shop/orderinquiryview.php @@ -2,7 +2,7 @@ include_once('./_common.php'); // 테마에 orderinquiryview.php 있으면 include -if(defined('G5_THEME_SHOP_PATH')) { +if(defined('G5_THEME_MSHOP_PATH')) { $theme_inquiryview_file = G5_THEME_MSHOP_PATH.'/orderinquiryview.php'; if(is_file($theme_inquiryview_file)) { include_once($theme_inquiryview_file); diff --git a/mobile/shop/wishlist.php b/mobile/shop/wishlist.php index 0847d6108..9d92fc7ae 100644 --- a/mobile/shop/wishlist.php +++ b/mobile/shop/wishlist.php @@ -2,7 +2,7 @@ include_once('./_common.php'); // 테마에 wishlist.php 있으면 include -if(defined('G5_THEME_SHOP_PATH')) { +if(defined('G5_THEME_MSHOP_PATH')) { $theme_wishlist_file = G5_THEME_MSHOP_PATH.'/wishlist.php'; if(is_file($theme_wishlist_file)) { include_once($theme_wishlist_file);