mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 19:59:54 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1031 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a9e0caa781
commit
8ed36ce916
11 changed files with 164 additions and 16 deletions
|
|
@ -16,6 +16,12 @@
|
|||
$oModuleController->insertActionForward('poll', 'view', 'dispPollAdminList');
|
||||
$oModuleController->insertActionForward('poll', 'view', 'dispPollAdminConfig');
|
||||
|
||||
// 기본 스킨 설정
|
||||
$oModuleController = &getController('module');
|
||||
$config->skin = 'default';
|
||||
$config->colorset = 'normal';
|
||||
$oModuleController->insertModuleConfig('poll', $config);
|
||||
|
||||
return new Object();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue