Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$no_results = elgg_extract('no_results', $vars) | |
No results view. More... | |
if(empty($no_results)) if($no_results instanceof Closure) | if ($no_results===true) |
$no_results = elgg_extract('no_results', $vars) |
No results view.
$vars['no_results'] Message to display if no results (string|Closure|true)
Definition at line 8 of file no_results.php.
if (empty($no_results)) if ($no_results instanceof Closure) if($no_results===true) |
Definition at line 18 of file no_results.php.