1:1 문의 및 내용관리 상단 하단 경로 수정

This commit is contained in:
thisgun
2017-08-16 09:24:15 +09:00
parent d9789a636e
commit 3a311906bf
3 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ if (G5_IS_MOBILE) {
include_once('./_head.php');
echo conv_content($qaconfig['qa_mobile_content_head'], 1);
} else {
if(is_include_path_check($qaconfig['qa_include_head']))
if($qaconfig['qa_include_head'] && is_include_path_check($qaconfig['qa_include_head']))
@include ($qaconfig['qa_include_head']);
else
include ('./_head.php');