ManageSearchEngineSettings
Description
Handles settings related to search engines
Syntax
mixed ManageSearchEngineSettings ([bool $return_config])
Parameter $return_config
Expected type: Boolean
Description: If true, returns the array of $config_vars
Return value
Expected type: Mixed
Description:
Possible types | |
Allowed values | Description |
Void | Doesn't return anything if $return_config is false |
Array of arrays | Returns $config_vars, an array of setting arrays, if $return_config is true |
Notes
- Accessed from ?action=admin;area=sengines;sa=settings
- Saves the settings if "save" is in the query string
- Returns the $config_vars array if $return_config is true
- Uses the standard show_settings sub-template