git-svn-id: http://xe-core.googlecode.com/svn/trunk@744 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-28 06:32:22 +00:00
parent 6707e078a1
commit b9afa14f36
4 changed files with 8 additions and 10 deletions

View file

@ -105,6 +105,11 @@
// 글이 찾아졌으면 댓글 권한과 허용 여부를 체크하여 댓글 에디터 세팅
} elseif($this->grant->write_comment && $document->allow_comment == 'Y' && $document->lock_comment != 'Y') {
// 브라우저 타이틀
$browser_title = $this->module_info->browser_title.' - '.$document->title;
Context::setBrowserTitle($browser_title);
// 댓글
$this->setCommentEditor();
}