mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
플래닛 모듈은 자체적인 레이아웃을 스킨에 포함하고 있으므로 레이아웃을 따르지 않도록 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4893 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f35af73e68
commit
1b57094ae0
1 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,9 @@
|
||||||
|
|
||||||
$this->grant->access = $oPlanetModel->isAccessGranted();
|
$this->grant->access = $oPlanetModel->isAccessGranted();
|
||||||
$this->grant->create = $oPlanetModel->isCreateGranted();
|
$this->grant->create = $oPlanetModel->isCreateGranted();
|
||||||
|
|
||||||
|
// 플래닛은 별도 레이아웃 동작하지 않도록 변경
|
||||||
|
Context::set('layout', 'none');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue