From 967b7cca18cff9fbc857c171dd58fe919deab447 Mon Sep 17 00:00:00 2001 From: 39hn Date: Fri, 28 Jan 2022 09:50:00 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=BC=EB=B6=80=20=EB=AA=A8=EB=B0=94?= =?UTF-8?q?=EC=9D=BC=20=ED=8E=98=EC=9D=B4=EC=A7=80=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=ED=85=8C=EB=A7=88=20=ED=8C=8C=EC=9D=BC=20=EC=B2=B4=ED=81=AC=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/mypage.php | 2 +- mobile/shop/orderinquiry.sub.php | 2 +- mobile/shop/orderinquiryview.php | 2 +- mobile/shop/wishlist.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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);