그누보드5.0.33 수정내역 적용

This commit is contained in:
chicpro
2015-05-13 11:57:04 +09:00
parent 9fd14cfc17
commit 2705b9312c
11 changed files with 36 additions and 39 deletions

View File

@ -6,7 +6,7 @@ if (G5_IS_MOBILE) {
// 모바일의 경우 설정을 따르지 않는다.
include_once('./_tail.php');
} else {
echo conv_content($qaconfig['qa_mobile_content_tail'], 1);
echo conv_content($qaconfig['qa_content_tail'], 1);
if($qaconfig['qa_include_tail'])
@include ($qaconfig['qa_include_tail']);
else