파일명 오타 수정

This commit is contained in:
chicpro
2015-09-01 09:25:14 +09:00
parent a1334802ba
commit 2c367e17d6

View File

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