mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 16:22:41 +09:00
add trash module config
This commit is contained in:
parent
ad19805049
commit
af75450611
5 changed files with 53 additions and 0 deletions
|
|
@ -111,6 +111,15 @@ class trashAdminView extends trash
|
|||
$this->setTemplateFile('trash_view');
|
||||
}
|
||||
|
||||
function dispTrashAdminConfig()
|
||||
{
|
||||
$oTrashModel = getModel('trash');
|
||||
$config = $oTrashModel->getConfig();
|
||||
|
||||
Context::set('config', $config);
|
||||
|
||||
$this->setTemplateFile('config');
|
||||
}
|
||||
}
|
||||
/* End of file trash.admin.view.php */
|
||||
/* Location: ./modules/trash/trash.admin.view.php */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue