플래닛 모듈은 자체적인 레이아웃을 스킨에 포함하고 있으므로 레이아웃을 따르지 않도록 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4893 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-11-19 05:00:05 +00:00
parent f35af73e68
commit 1b57094ae0

View file

@ -40,6 +40,9 @@
$this->grant->access = $oPlanetModel->isAccessGranted();
$this->grant->create = $oPlanetModel->isCreateGranted();
// 플래닛은 별도 레이아웃 동작하지 않도록 변경
Context::set('layout', 'none');
}
/**