mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@712 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2098af4f6f
commit
f3fd2da4ae
6 changed files with 39 additions and 20 deletions
|
|
@ -64,7 +64,8 @@
|
|||
$oModuleModel = &getModel('module');
|
||||
|
||||
// 선택된 스킨정보에서 colorset을 구함
|
||||
$skin_info = $oModuleModel->loadSkinInfo($args->module, $args->skin);
|
||||
$module_path = ModuleHandler::getModulePath($args->module);
|
||||
$skin_info = $oModuleModel->loadSkinInfo($module_path, $args->skin);
|
||||
$skin_vars->colorset = $skin_info->colorset[0]->name;
|
||||
|
||||
// DB 객체 생성
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue