git-svn-id: http://xe-core.googlecode.com/svn/trunk@286 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-06 05:07:17 +00:00
parent 1011287741
commit 4eaa913085
5 changed files with 107 additions and 2 deletions

View file

@ -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');
}