모바일 제목 설정 적용되도록 수정

This commit is contained in:
chicpro
2015-11-18 12:03:15 +09:00
parent b261465599
commit 976c9d0f9b
12 changed files with 22 additions and 22 deletions

View File

@ -214,7 +214,7 @@ else
$write_max = (int)$board['bo_write_max'];
}
$g5['title'] = $board['bo_subject']." ".$title_msg;
$g5['title'] = ((G5_IS_MOBILE && $board['bo_mobile_subject']) ? $board['bo_mobile_subject'] : $board['bo_subject']).' '.$title_msg;
$is_notice = false;
$notice_checked = '';