Elgg  Version master
Variables
list.php File Reference

Go to the source code of this file.

Variables

 $items = elgg_extract('items', $vars)
 JSON list view. More...
 
 $list = '['
 

Variable Documentation

◆ $items

$items = elgg_extract('items', $vars)

JSON list view.

@uses $vars['items']

Definition at line 8 of file list.php.

◆ $list

if (is_array( $items) &&count( $items) > 0) $list = '['

Definition at line 10 of file list.php.