모바일 게시판 제목 적용되도록 수정

This commit is contained in:
chicpro
2015-11-19 15:50:27 +09:00
parent ad67fca323
commit a75e00f9e0
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 = '';