mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Support mobile and responsive skins in integration search module
This commit is contained in:
parent
1d35511e04
commit
ea964e72ba
5 changed files with 51 additions and 26 deletions
|
|
@ -29,6 +29,7 @@ class integration_searchAdminController extends integration_search
|
|||
$config = (object)get_object_vars($config);
|
||||
|
||||
$config->skin = Context::get('skin');
|
||||
$config->mskin = Context::get('mskin');
|
||||
$config->target = Context::get('target');
|
||||
$config->target_module_srl = Context::get('target_module_srl');
|
||||
if(!$config->target_module_srl) $config->target_module_srl = '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue