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

This commit is contained in:
zero 2007-03-07 08:31:29 +00:00
parent 648cb8ba52
commit c7d1f1c55e
5 changed files with 38 additions and 16 deletions

View file

@ -41,7 +41,7 @@
* @brief 레이아웃 등록 페이지 step 2
**/
function dispInsertLayout2() {
// 선택된 레이아웃의 정르 구해서 세팅
// 선택된 레이아웃의 정르 구해서 세팅
$layout = Context::get('layout');
$oLayoutModel = &getModel('layout');
$info = $oLayoutModel->getLayoutInfoXml($layout);