mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +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
|
|
@ -332,7 +332,8 @@ class moduleAdminModel extends module
|
|||
{
|
||||
if($module_info->is_mskin_fix == 'N')
|
||||
{
|
||||
$skin = $oModuleModel->getModuleDefaultSkin($module_info->module, 'M', $module_info->site_srl);
|
||||
$skin_type = $module_info->mskin === '/USE_RESPONSIVE/' ? 'P' : 'M';
|
||||
$skin = $oModuleModel->getModuleDefaultSkin($module_info->module, $skin_type, $module_info->site_srl);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue