planet 모듈에 레이아웃 적용하도록 코드 적용

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5173 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-12-24 01:39:53 +00:00
parent 2486044777
commit 5bb59ae170
6 changed files with 22 additions and 3 deletions

View file

@ -42,7 +42,7 @@
$this->grant->create = $oPlanetModel->isCreateGranted();
// 플래닛은 별도 레이아웃 동작하지 않도록 변경
Context::set('layout', 'none');
//Context::set('layout', 'none');
if(!Context::get('mid')) Context::set('mid', $this->config->mid, true);
}