페이지타이틀: #416 에 따른 수정 보완 2

This commit is contained in:
whitedot
2013-03-29 10:34:51 +09:00
parent 49090e1b6a
commit d6b59d1231

View File

@ -123,7 +123,7 @@ if (isset($wr_id) && $wr_id) {
if (!isset($page) || (isset($page) && $page == 0)) $page = 1;
$g4['title'] = $board['bo_subject']." ".$page." 페이지";
$g4['title'] = $board['bo_subject']." ".$page." 페이지";
}
include_once(G4_PATH.'/head.sub.php');