mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
페이지 수정시 레이아웃이 같이 나오는 걸 방지
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2614 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8386611574
commit
4ed1f14503
1 changed files with 3 additions and 0 deletions
|
|
@ -191,6 +191,9 @@
|
|||
$layout_list = $oLayoutMode->getLayoutList();
|
||||
Context::set('layout_list', $layout_list);
|
||||
|
||||
// 내용 수정시에는 레이아웃을 보이지 않도록 세팅
|
||||
Context::set('layout','none');
|
||||
|
||||
// 템플릿 파일 지정
|
||||
$this->setTemplateFile('page_content_modify');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue