mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Support /USE_RESPONSIVE/ as a valid mobile skin option
This commit is contained in:
parent
dae2e9c2d8
commit
7904304dc3
5 changed files with 18 additions and 12 deletions
|
|
@ -380,7 +380,8 @@ class moduleAdminController extends module
|
|||
}
|
||||
else
|
||||
{
|
||||
$skin = $oModuleModel->getModuleDefaultSkin($module_info->module, 'M');
|
||||
$skin_type = $module_info->mskin === '/USE_RESPONSIVE/' ? 'P' : 'M';
|
||||
$skin = $oModuleModel->getModuleDefaultSkin($module_info->module, $skin_type);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue