사용자: 게시판스킨 목록 완성

This commit is contained in:
whitedot
2013-01-09 11:33:37 +09:00
parent 04dde84f45
commit 1ae3cb22f5
3 changed files with 22 additions and 16 deletions

View File

@ -130,7 +130,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'];
}
include_once($g4['path'].'/head.sub.php');