Merge branch 'master' of github.com:gnuboard/g4s

This commit is contained in:
gnuboard
2013-01-09 11:51:14 +09:00
4 changed files with 31 additions and 21 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');