게시판 스킨 정보 수정 및 블로그 레이아웃의 CSS요소가 내부 게시판 또는 회원 모듈의 CSS와 충돌하지 않도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2165 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-03 13:11:03 +00:00
parent 652fbd2d46
commit 01455a4107
20 changed files with 298 additions and 294 deletions

View file

@ -94,7 +94,7 @@
$this->setCommentEditor(0, 100);
// 만약 document_srl은 있는데 page가 없다면 글만 호출된 경우 page를 구해서 세팅해주자..
if($document_srl && !$page) {
if($document_srl && !$page && ($oDocument->isExists()&&!$oDocument->isNotice())) {
$page = $oDocumentModel->getDocumentPage($document_srl, $this->module_srl, $this->list_count);
Context::set('page', $page);
}