mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 14:52:24 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@230 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a5d3a12268
commit
f7d1c4c9f6
9 changed files with 117 additions and 62 deletions
|
|
@ -78,12 +78,11 @@
|
|||
* @brief 애드온의 목록을 보여줌
|
||||
**/
|
||||
function dispAddonList() {
|
||||
// 애드온 목록을 세팅
|
||||
$oAdminModel = &getModel('admin');
|
||||
$addon_list = $oAdminModel->getAddonList();
|
||||
Context::set('addon_list', $addon_list);
|
||||
$oAddonView = &getView('addon');
|
||||
$oAddonView->dispAddonList();
|
||||
|
||||
$this->setTemplateFile('addon_list');
|
||||
$this->setTemplatePath($oAddonView->getTemplatePath());
|
||||
$this->setTemplateFile($oAddonView->getTemplateFile());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue