Merge branch 'g5'

This commit is contained in:
chicpro
2015-04-27 09:31:28 +09:00

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