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@291 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3eefc07577
commit
5b99985858
10 changed files with 110 additions and 8 deletions
|
|
@ -49,6 +49,17 @@
|
|||
|
||||
$this->setTemplateFile('insert_layout2');
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 레이아웃 메뉴의 개별 정보 출력
|
||||
**/
|
||||
function dispLayoutMenuInfo() {
|
||||
// 팝업이기 때문에 팝업용 레이아웃을 지정
|
||||
$this->setLayoutPath('./common/tpl/');
|
||||
$this->setLayoutFile('popup_layout');
|
||||
|
||||
$this->setTemplateFile('layout_menu_info');
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 레이아웃 목록을 보여줌
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue