사용자: 게시판 타이틀 제목, 페이지까지만

This commit is contained in:
whitedot
2012-12-18 16:18:16 +09:00
parent a7fcdaa363
commit 5cb3786891
4 changed files with 4 additions and 4 deletions

View File

@ -162,7 +162,7 @@ else
if (!$page) $page = 1;
$g4['title'] = $board[bo_subject].$page.' 페이지 > '.$group[gr_subject];
$g4['title'] = $board[bo_subject].$page.' 페이지';
}
include_once($g4['path'].'/head.sub.php');