Elgg  Version 5.1
Variables
no_results.php File Reference

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)
 

Variable Documentation

$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.