레이아웃 include 코드에 G5_SHOP_PATH 상수 추가
This commit is contained in:
@ -3,7 +3,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
|
||||
// 하단 파일 지정 : 이 코드는 가능한 삭제하지 마십시오.
|
||||
if ($default['de_include_tail'] && is_file(G5_SHOP_PATH.'/'.$default['de_include_tail'])) {
|
||||
include_once($default['de_include_tail']);
|
||||
include_once(G5_SHOP_PATH.'/'.$default['de_include_tail']);
|
||||
return; // 이 코드의 아래는 실행을 하지 않습니다.
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user