mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-23 12:22:15 +09:00
Add option to block robots in integration search module
This commit is contained in:
parent
afdc450b00
commit
49e76b4643
5 changed files with 22 additions and 1 deletions
|
|
@ -30,6 +30,7 @@ class integration_searchAdminController extends integration_search
|
|||
|
||||
$config->skin = Context::get('skin');
|
||||
$config->mskin = Context::get('mskin');
|
||||
$config->block_robots = Context::get('block_robots') === 'N' ? false : true;
|
||||
$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