mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +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
|
|
@ -409,7 +409,7 @@ class moduleController extends module
|
|||
}
|
||||
}
|
||||
|
||||
if($args->mskin == '/USE_DEFAULT/')
|
||||
if($args->mskin == '/USE_DEFAULT/' || $args->mskin == '/USE_RESPONSIVE/')
|
||||
{
|
||||
$args->is_mskin_fix = 'N';
|
||||
}
|
||||
|
|
@ -540,7 +540,7 @@ class moduleController extends module
|
|||
}
|
||||
}
|
||||
|
||||
if($args->mskin == '/USE_DEFAULT/')
|
||||
if($args->mskin == '/USE_DEFAULT/' || $args->mskin == '/USE_RESPONSIVE/')
|
||||
{
|
||||
$args->is_mskin_fix = 'N';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue