mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Mobile skin need mobile skin path as 'm.skins'. If it does not, 'Site Design' modal will show you the 'PC' skin name instead of 'Mobile' skin name.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12666 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0eacd614be
commit
5686f9a594
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ class menuAdminModel extends menu
|
|||
$defaultSkin = $oModuleModel->getModuleDefaultSkin($value, 'P');
|
||||
$defaultMobileSkin = $oModuleModel->getModuleDefaultSkin($value, 'M');
|
||||
$skinInfo = $oModuleModel->loadSkinInfo(ModuleHandler::getModulePath($value), $defaultSkin);
|
||||
$mobileSkinInfo = $oModuleModel->loadSkinInfo(ModuleHandler::getModulePath($value), $defaultMobileSkin);
|
||||
$mobileSkinInfo = $oModuleModel->loadSkinInfo(ModuleHandler::getModulePath($value), $defaultMobileSkin, 'm.skins');
|
||||
$moduleInfo->defaultSkin = new stdClass();
|
||||
$moduleInfo->defaultSkin->skin = $defaultSkin;
|
||||
$moduleInfo->defaultSkin->title = $skinInfo->title ? $skinInfo->title : $defaultSkin;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue