mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 09:32:15 +09:00
Separating the Advanced Config
This commit is contained in:
parent
49033bbc19
commit
7d050944c9
6 changed files with 67 additions and 40 deletions
|
|
@ -60,6 +60,14 @@ class ncenterliteAdminView extends ncenterlite
|
|||
$security->encodeHTML('colorset_list..name','colorset_list..title');
|
||||
}
|
||||
|
||||
function dispNcenterliteAdminAdvancedconfig()
|
||||
{
|
||||
$oNcenterliteModel = getModel('ncenterlite');
|
||||
|
||||
$config = $oNcenterliteModel->getConfig();
|
||||
Context::set('config', $config);
|
||||
}
|
||||
|
||||
function dispNcenterliteAdminList()
|
||||
{
|
||||
$oNcenterliteAdminModel = getAdminModel('ncenterlite');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue