|
getSystemConfigurationValue('search_in_title') ? 'checked' : '' ?>>
+ = FreshRSS_Context::userConf()->attributeBool('search_in_title') ? 'checked="checked"' : '' ?> />
|
getSystemConfigurationValue('search_in_feed') ? 'checked' : '' ?>>
+ = FreshRSS_Context::userConf()->attributeBool('search_in_feed') ? 'checked="checked"' : '' ?> />
|
getSystemConfigurationValue('search_in_authors') ? 'checked' : '' ?>>
+ = FreshRSS_Context::userConf()->attributeBool('search_in_authors') ? 'checked="checked"' : '' ?> />
|
getSystemConfigurationValue('search_in_content') ? 'checked' : '' ?>>
+ = FreshRSS_Context::userConf()->attributeBool('search_in_content') ? 'checked="checked"' : '' ?> />
|
@@ -59,7 +59,7 @@ declare(strict_types=1);