mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@286 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1011287741
commit
4eaa913085
5 changed files with 107 additions and 2 deletions
|
|
@ -40,7 +40,13 @@
|
|||
/**
|
||||
* @brief 레이아웃 등록 페이지 step 2
|
||||
**/
|
||||
function dispInsertLayout() {
|
||||
function dispInsertLayout2() {
|
||||
// 선택된 레이아웃의 정볼르 구해서 세팅
|
||||
$layout = Context::get('layout');
|
||||
$oLayoutModel = &getModel('layout');
|
||||
$info = $oLayoutModel->getLayoutInfoXml($layout);
|
||||
Context::set('info', $info);
|
||||
|
||||
$this->setTemplateFile('insert_layout2');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue