mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 10:49:54 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1174 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1869df4ddc
commit
eb3142a434
3 changed files with 4 additions and 14 deletions
|
|
@ -84,22 +84,10 @@
|
|||
Context::set('mid_list', $mid_list);
|
||||
|
||||
// 메뉴을 팝업으로 지정
|
||||
$this->setMenuFile('popup_menu');
|
||||
$this->setLayoutFile('popup_layout');
|
||||
|
||||
// 템플릿 파일 지정
|
||||
$this->setTemplateFile('mid_list');
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 메뉴 목록을 보여줌
|
||||
**/
|
||||
function dispMenuAdminDownloadedList() {
|
||||
// 메뉴 목록을 세팅
|
||||
$oMenuModel = &getModel('menu');
|
||||
$menu_list = $oMenuModel->getDownloadedMenuList();
|
||||
Context::set('menu_list', $menu_list);
|
||||
|
||||
$this->setTemplateFile('downloaded_menu_list');
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue