mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
Save per-board configuration
This commit is contained in:
parent
173dd35d42
commit
f7367f2888
10 changed files with 15 additions and 71 deletions
|
|
@ -110,16 +110,6 @@ 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