Elgg
Version 4.3
|
Go to the source code of this file.
Variables | |
$limit = (int) elgg_extract('limit', $vars, elgg_get_config('default_limit')) | |
$query = elgg_extract('term', $vars, elgg_extract('q', $vars)) | |
$input_name = elgg_extract('name', $vars) | |
$options | |
if(elgg_extract('friends_only', $vars, false)) if(!(bool) elgg_extract('include_banned', $vars, true)) | $body = elgg_list_entities($options, 'elgg_search') |
if (elgg_extract('friends_only', $vars, false)) if (!(bool) elgg_extract('include_banned', $vars, true)) $body = elgg_list_entities($options, 'elgg_search') |
$input_name = elgg_extract('name', $vars) |
$limit = (int) elgg_extract('limit', $vars, elgg_get_config('default_limit')) |
$options |
$query = elgg_extract('term', $vars, elgg_extract('q', $vars)) |