mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
fixed theme layout list
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9413 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
775234cb23
commit
55767be44a
2 changed files with 12 additions and 4 deletions
|
|
@ -273,6 +273,8 @@
|
|||
if (!$GLOBALS['__ThemeModuleSkin__'][$module_name]){
|
||||
$GLOBALS['__ThemeModuleSkin__'][$module_name] = array();
|
||||
$GLOBALS['__ThemeModuleSkin__'][$module_name]['skins'] = array();
|
||||
$moduleInfo = $oModuleModel->getModuleInfoXml($module_name);
|
||||
$GLOBALS['__ThemeModuleSkin__'][$module_name]['title'] = $moduleInfo->title;
|
||||
}
|
||||
$GLOBALS['__ThemeModuleSkin__'][$module_name]['skins'][$skin_info->name] = $oModuleModel->loadSkinInfo($skin_info->path, '', '');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue