mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 08:39:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1324 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
eb4e93063a
commit
422212eb21
4 changed files with 13 additions and 15 deletions
|
|
@ -52,7 +52,7 @@
|
|||
// 등록된 레이아웃이 없으면 오류 표시
|
||||
if(!$layout_info) return $this->dispLayoutAdminContent();
|
||||
|
||||
Context::set('layout_info', $layout_info);
|
||||
Context::set('selected_layout', $layout_info);
|
||||
|
||||
// 메뉴 목록을 가져옴
|
||||
$oMenuModel = &getModel('menu');
|
||||
|
|
@ -75,7 +75,7 @@
|
|||
|
||||
// 등록된 레이아웃이 없으면 오류 표시
|
||||
if(!$layout_info) return $this->dispLayoutAdminContent();
|
||||
Context::set('layout_info', $layout_info);
|
||||
Context::set('selected_layout', $layout_info);
|
||||
|
||||
// 레이아웃 코드 가져오기
|
||||
$layout_file = sprintf('./files/cache/layout/%d.html', $layout_info->layout_srl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue