택배 조회 URL 및 일부 코드 수정

This commit is contained in:
thisgun
2019-05-29 14:31:17 +09:00
parent e118090634
commit 37c3bca5b5
3 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
if(G5_COMMUNITY_USE === false) {
include_once(G5_THEME_SHOP_PATH.'/shop.head.php');
include_once(G5_THEME_MSHOP_PATH.'/shop.head.php');
return;
}