add trash module config

This commit is contained in:
BJRambo 2016-05-12 17:23:34 +09:00
parent ad19805049
commit af75450611
5 changed files with 53 additions and 0 deletions

View file

@ -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 */