diff --git a/bbs/qatail.php b/bbs/qatail.php index b8b667307..4ab23b30d 100644 --- a/bbs/qatail.php +++ b/bbs/qatail.php @@ -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